Shades of Neon Blue #4E64FE
Tints of Neon Blue #4E64FE
RGB
CMYK
RGB Variations
Color information
#4E64FE (or 0x4E64FE) is known color: Neon Blue. HEX triplet: 4E, 64 and FE. RGB value is (78,100,254). Sum of RGB (Red+Green+Blue) = 78+100+254=432 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.06% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E64FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E64FE is #B19B01. Grayscale: #6E6E6E. Windows color (decimal): -11639554 or 16671822. OLE color: 16671822.
HSL color Cylindrical-coordinate representation of color #4E64FE: hue angle of 232.5º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E64FE is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 100 | 254 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.00 |
| HSL | 232.5º | 0.99% | 0.65% | - |
| HSV(B) | 232.5º | 0.69% | 1% | - |
| XYZ | 25.59 | 17.89 | 95.87 | - |
| YUV | 110.98 | 208.71 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 254 | 0.69 | 0.61 | 0 | 0.00 | 232.5 | 0.99 | 0.65 |
| Hex | 4E | 64 | FE | 45 | 3D | 0 | 0 | E8 | 63 | 41 |
| Octal | 116 | 144 | 376 | 105 | 75 | 0 | 0 | 350 | 143 | 101 |
| Binary | 1001110 | 1100100 | 11111110 | 1000101 | 111101 | 0 | 0 | 11101000 | 1100011 | 1000001 |
Color Harmonies of #4E64FE
Complementary color
Monochromatic Colors of #4E64FE
Black with #4E64FE
Text Example
Text Example
White with #4E64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E64FE; }
p { color: rgb(78,100,254); }
H1.HeaderClassName
{
color: #4E64FE;
}
.AnyTagClassName
{
color: #4E64FE;
}
</style>
background-color css
<style>
a { background-color: #4E64FE; }
a { background-color: rgb(78,100,254); }
div.DivClassName
{
background-color: #4E64FE;
}
.BgClassName
{
background-color: #4E64FE;
}
</style>
border-color css
<style>
span { border-color: #4E64FE; }
span { border-color: rgb(78,100,254); }
td.TdClassName
{
border-color: #4E64FE;
}
.TagClassName
{
border-color: #4E64FE;
}
</style>