Shades of Neon Blue #4E64FF
Tints of Neon Blue #4E64FF
RGB
CMYK
RGB Variations
Color information
#4E64FF (or 0x4E64FF) is known color: Neon Blue. HEX triplet: 4E, 64 and FF. RGB value is (78,100,255). Sum of RGB (Red+Green+Blue) = 78+100+255=433 (57% of max value = 765). Red value is 78 (30.86% from 255 or 18.01% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E64FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E64FF is #B19B00. Grayscale: #6E6E6E. Windows color (decimal): -11639553 or 16737358. OLE color: 16737358.
HSL color Cylindrical-coordinate representation of color #4E64FF: hue angle of 232.54º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E64FF is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 100 | 255 | - |
| CMYK | 0.69 | 0.61 | 0 | 0 |
| HSL | 232.54º | 1% | 0.65% | - |
| HSV(B) | 232.54º | 0.69% | 1% | - |
| XYZ | 25.75 | 17.95 | 96.72 | - |
| YUV | 111.09 | 209.21 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 255 | 0.69 | 0.61 | 0 | 0 | 232.54 | 1 | 0.65 |
| Hex | 4E | 64 | FF | 45 | 3D | 0 | 0 | E9 | 64 | 41 |
| Octal | 116 | 144 | 377 | 105 | 75 | 0 | 0 | 351 | 144 | 101 |
| Binary | 1001110 | 1100100 | 11111111 | 1000101 | 111101 | 0 | 0 | 11101001 | 1100100 | 1000001 |
Color Harmonies of #4E64FF
Complementary color
Monochromatic Colors of #4E64FF
Black with #4E64FF
Text Example
Text Example
White with #4E64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E64FF; }
p { color: rgb(78,100,255); }
H1.HeaderClassName
{
color: #4E64FF;
}
.AnyTagClassName
{
color: #4E64FF;
}
</style>
background-color css
<style>
a { background-color: #4E64FF; }
a { background-color: rgb(78,100,255); }
div.DivClassName
{
background-color: #4E64FF;
}
.BgClassName
{
background-color: #4E64FF;
}
</style>
border-color css
<style>
span { border-color: #4E64FF; }
span { border-color: rgb(78,100,255); }
td.TdClassName
{
border-color: #4E64FF;
}
.TagClassName
{
border-color: #4E64FF;
}
</style>