rgba-to-hex-cli

1.0.0 • Public • Published

rgba-to-hex-cli

rgba-to-hex-cli is a CLI tool that converts rgba to hex.

npm license

Quick Start

Get rgba-to-hex-cli up and running quickly!

  1. Run:
    npx rgba-to-hex-cli 255 129 110
    or with alpha value:
    npx rgba-to-hex-cli 255 129 110 0.5
  2. Done!

Example Output

This will convert the RGBA values (255, 129, 110, 1) to its HEX equivalent, and display a color preview in your terminal.

  • Input: 255 129 110 1
  • Output: #FF816E
  • Color Preview: COLOR PREVIEW (in the specified color)
  • Alpha Info: Alpha: 1 (not visible in ANSI)

img

Contributing

We welcome contributions to rgba-to-hex-cli! Whether it's reporting a bug, suggesting an enhancement, or submitting a pull request, your input is valued.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions, suggestions, or feedback, please contact love1ace.

Package Sidebar

Install

npm i rgba-to-hex-cli

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

3.97 kB

Total Files

4

Last publish

Collaborators

  • lovelacedud