@chintan93/hexrgbconversion

1.0.1 • Public • Published

RGB-HEX Conversion

Script that can convert RGB values into a HEX code, and vice versa.

To install, run:

npm install @chintan93/hexrgbconversion

A sample usage:

const rgbHexConversion = require('@chintan93/hexrgbconversion')

let rgb = rgbHexConversion("#ea2291")           // [ 234, 34, 145 ]
let hex = rgbHexConversion(234, 34, 145)     // #ea2291

/@chintan93/hexrgbconversion/

    Package Sidebar

    Install

    npm i @chintan93/hexrgbconversion

    Weekly Downloads

    4

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    1.37 kB

    Total Files

    3

    Last publish

    Collaborators

    • chintan93