Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 458 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 458 Bytes

Convert RGB to Hex Colors

This is a simple web tool to convert all RGB colors to Hex colors in your text. It is useful when you want to convert all RGB colors to Hex colors in your text. Supports a few formats of RGB colors.

Supported formats:

  • RGB (255, 255, 255)
  • RGB(255, 255, 255)
  • rgb (255, 255, 255)
  • rgb(255, 255, 255)
  • (255, 255, 255)

Demo: https://BaseMax.github.io/ConvertRGB2Hex/convert.html

Copyright (c) 2022, Max Base