Shades of Neon Blue #4E42F8
Tints of Neon Blue #4E42F8
RGB
CMYK
RGB Variations
Color information
#4E42F8 (or 0x4E42F8) is known color: Neon Blue. HEX triplet: 4E, 42 and F8. RGB value is (78,66,248). Sum of RGB (Red+Green+Blue) = 78+66+248=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 248 (97.27% from 255 or 63.27% from 392); Max value from RGB is 248 - color contains mainly: blue. Hex color #4E42F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E42F8 is #B1BD07. Grayscale: #595959. Windows color (decimal): -11648264 or 16269902. OLE color: 16269902.
HSL color Cylindrical-coordinate representation of color #4E42F8: hue angle of 243.96º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E42F8 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 78 | 66 | 248 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.03 |
| HSL | 243.96º | 0.93% | 0.62% | - |
| HSV(B) | 243.96º | 0.73% | 0.97% | - |
| XYZ | 22.03 | 12.29 | 90.02 | - |
| YUV | 90.34 | 216.98 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 248 | 0.69 | 0.73 | 0 | 0.03 | 243.96 | 0.93 | 0.62 |
| Hex | 4E | 42 | F8 | 45 | 49 | 0 | 3 | F4 | 5D | 3E |
| Octal | 116 | 102 | 370 | 105 | 111 | 0 | 3 | 364 | 135 | 76 |
| Binary | 1001110 | 1000010 | 11111000 | 1000101 | 1001001 | 0 | 11 | 11110100 | 1011101 | 111110 |
Color Harmonies of #4E42F8
Complementary color
Monochromatic Colors of #4E42F8
Black with #4E42F8
Text Example
Text Example
White with #4E42F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E42F8; }
p { color: rgb(78,66,248); }
H1.HeaderClassName
{
color: #4E42F8;
}
.AnyTagClassName
{
color: #4E42F8;
}
</style>
background-color css
<style>
a { background-color: #4E42F8; }
a { background-color: rgb(78,66,248); }
div.DivClassName
{
background-color: #4E42F8;
}
.BgClassName
{
background-color: #4E42F8;
}
</style>
border-color css
<style>
span { border-color: #4E42F8; }
span { border-color: rgb(78,66,248); }
td.TdClassName
{
border-color: #4E42F8;
}
.TagClassName
{
border-color: #4E42F8;
}
</style>