kc-rgb2hex

1.0.4 • Public • Published

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);

Readme

Keywords

Package Sidebar

Install

npm i kc-rgb2hex

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

1.69 kB

Total Files

5

Last publish

Collaborators

  • kaisarcode