[js] Convert rgb to hex.
npm install kc-rgb2hex
var rgb2hex = require('kc-rgb2hex'); var hex = rgb2hex(255, 255, 255); console.log(hex);