npm.io
1.0.4 • Published 5 years ago

kc-rgb2hex

Licence
ISC
Version
1.0.4
Deps
1
Size
2 kB
Vulns
0
Weekly
0

RGB2HEX

[js] Convert rgb to hex.

Install

npm install kc-rgb2hex

Use

var rgb2hex = require('kc-rgb2hex');
var hex  = rgb2hex(255, 255, 255);
console.log(hex);