Shades of Neon Blue #4E42EC
Tints of Neon Blue #4E42EC
RGB
CMYK
RGB Variations
Color information
#4E42EC (or 0x4E42EC) is known color: Neon Blue. HEX triplet: 4E, 42 and EC. RGB value is (78,66,236). Sum of RGB (Red+Green+Blue) = 78+66+236=380 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.53% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #4E42EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E42EC is #B1BD13. Grayscale: #585858. Windows color (decimal): -11648276 or 15483470. OLE color: 15483470.
HSL color Cylindrical-coordinate representation of color #4E42EC: hue angle of 244.24º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E42EC is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 66 | 236 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.07 |
| HSL | 244.24º | 0.82% | 0.59% | - |
| HSV(B) | 244.24º | 0.72% | 0.93% | - |
| XYZ | 20.23 | 11.57 | 80.52 | - |
| YUV | 88.97 | 210.98 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 236 | 0.67 | 0.72 | 0 | 0.07 | 244.24 | 0.82 | 0.59 |
| Hex | 4E | 42 | EC | 43 | 48 | 0 | 7 | F4 | 52 | 3B |
| Octal | 116 | 102 | 354 | 103 | 110 | 0 | 7 | 364 | 122 | 73 |
| Binary | 1001110 | 1000010 | 11101100 | 1000011 | 1001000 | 0 | 111 | 11110100 | 1010010 | 111011 |
Color Harmonies of #4E42EC
Complementary color
Monochromatic Colors of #4E42EC
Black with #4E42EC
Text Example
Text Example
White with #4E42EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E42EC; }
p { color: rgb(78,66,236); }
H1.HeaderClassName
{
color: #4E42EC;
}
.AnyTagClassName
{
color: #4E42EC;
}
</style>
background-color css
<style>
a { background-color: #4E42EC; }
a { background-color: rgb(78,66,236); }
div.DivClassName
{
background-color: #4E42EC;
}
.BgClassName
{
background-color: #4E42EC;
}
</style>
border-color css
<style>
span { border-color: #4E42EC; }
span { border-color: rgb(78,66,236); }
td.TdClassName
{
border-color: #4E42EC;
}
.TagClassName
{
border-color: #4E42EC;
}
</style>