Shades of Neon Blue #4E42EF
Tints of Neon Blue #4E42EF
RGB
CMYK
RGB Variations
Color information
#4E42EF (or 0x4E42EF) is known color: Neon Blue. HEX triplet: 4E, 42 and EF. RGB value is (78,66,239). Sum of RGB (Red+Green+Blue) = 78+66+239=383 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.37% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #4E42EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E42EF is #B1BD10. Grayscale: #585858. Windows color (decimal): -11648273 or 15680078. OLE color: 15680078.
HSL color Cylindrical-coordinate representation of color #4E42EF: hue angle of 244.16º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E42EF is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 66 | 239 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.06 |
| HSL | 244.16º | 0.84% | 0.6% | - |
| HSV(B) | 244.16º | 0.72% | 0.94% | - |
| XYZ | 20.67 | 11.75 | 82.84 | - |
| YUV | 89.31 | 212.48 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 239 | 0.67 | 0.72 | 0 | 0.06 | 244.16 | 0.84 | 0.6 |
| Hex | 4E | 42 | EF | 43 | 48 | 0 | 6 | F4 | 54 | 3C |
| Octal | 116 | 102 | 357 | 103 | 110 | 0 | 6 | 364 | 124 | 74 |
| Binary | 1001110 | 1000010 | 11101111 | 1000011 | 1001000 | 0 | 110 | 11110100 | 1010100 | 111100 |
Color Harmonies of #4E42EF
Complementary color
Monochromatic Colors of #4E42EF
Black with #4E42EF
Text Example
Text Example
White with #4E42EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E42EF; }
p { color: rgb(78,66,239); }
H1.HeaderClassName
{
color: #4E42EF;
}
.AnyTagClassName
{
color: #4E42EF;
}
</style>
background-color css
<style>
a { background-color: #4E42EF; }
a { background-color: rgb(78,66,239); }
div.DivClassName
{
background-color: #4E42EF;
}
.BgClassName
{
background-color: #4E42EF;
}
</style>
border-color css
<style>
span { border-color: #4E42EF; }
span { border-color: rgb(78,66,239); }
td.TdClassName
{
border-color: #4E42EF;
}
.TagClassName
{
border-color: #4E42EF;
}
</style>