Shades of Neon Blue #723EFF
Tints of Neon Blue #723EFF
RGB
CMYK
RGB Variations
Color information
#723EFF (or 0x723EFF) is known color: Neon Blue. HEX triplet: 72, 3E and FF. RGB value is (114,62,255). Sum of RGB (Red+Green+Blue) = 114+62+255=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #723EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #723EFF is #8DC100. Grayscale: #626262. Windows color (decimal): -9289985 or 16727666. OLE color: 16727666.
HSL color Cylindrical-coordinate representation of color #723EFF: hue angle of 256.17º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #723EFF is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 62 | 255 | - |
| CMYK | 0.55 | 0.76 | 0 | 0 |
| HSL | 256.17º | 1% | 0.62% | - |
| HSV(B) | 256.17º | 0.76% | 1% | - |
| XYZ | 26.71 | 14.24 | 95.95 | - |
| YUV | 99.55 | 215.73 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 62 | 255 | 0.55 | 0.76 | 0 | 0 | 256.17 | 1 | 0.62 |
| Hex | 72 | 3E | FF | 37 | 4C | 0 | 0 | 100 | 64 | 3E |
| Octal | 162 | 76 | 377 | 67 | 114 | 0 | 0 | 400 | 144 | 76 |
| Binary | 1110010 | 111110 | 11111111 | 110111 | 1001100 | 0 | 0 | 100000000 | 1100100 | 111110 |
Color Harmonies of #723EFF
Complementary color
Monochromatic Colors of #723EFF
Black with #723EFF
Text Example
Text Example
White with #723EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723EFF; }
p { color: rgb(114,62,255); }
H1.HeaderClassName
{
color: #723EFF;
}
.AnyTagClassName
{
color: #723EFF;
}
</style>
background-color css
<style>
a { background-color: #723EFF; }
a { background-color: rgb(114,62,255); }
div.DivClassName
{
background-color: #723EFF;
}
.BgClassName
{
background-color: #723EFF;
}
</style>
border-color css
<style>
span { border-color: #723EFF; }
span { border-color: rgb(114,62,255); }
td.TdClassName
{
border-color: #723EFF;
}
.TagClassName
{
border-color: #723EFF;
}
</style>