Shades of Neon Blue #4042FE
Tints of Neon Blue #4042FE
RGB
CMYK
RGB Variations
Color information
#4042FE (or 0x4042FE) is known color: Neon Blue. HEX triplet: 40, 42 and FE. RGB value is (64,66,254). Sum of RGB (Red+Green+Blue) = 64+66+254=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #4042FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4042FE is #BFBD01. Grayscale: #565656. Windows color (decimal): -12565762 or 16663104. OLE color: 16663104.
HSL color Cylindrical-coordinate representation of color #4042FE: hue angle of 239.37º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4042FE is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 66 | 254 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.00 |
| HSL | 239.37º | 0.99% | 0.62% | - |
| HSV(B) | 239.37º | 0.75% | 1% | - |
| XYZ | 21.95 | 12.14 | 94.95 | - |
| YUV | 86.83 | 222.34 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 254 | 0.75 | 0.74 | 0 | 0.00 | 239.37 | 0.99 | 0.62 |
| Hex | 40 | 42 | FE | 4B | 4A | 0 | 0 | EF | 63 | 3E |
| Octal | 100 | 102 | 376 | 113 | 112 | 0 | 0 | 357 | 143 | 76 |
| Binary | 1000000 | 1000010 | 11111110 | 1001011 | 1001010 | 0 | 0 | 11101111 | 1100011 | 111110 |
Color Harmonies of #4042FE
Complementary color
Monochromatic Colors of #4042FE
Black with #4042FE
Text Example
Text Example
White with #4042FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4042FE; }
p { color: rgb(64,66,254); }
H1.HeaderClassName
{
color: #4042FE;
}
.AnyTagClassName
{
color: #4042FE;
}
</style>
background-color css
<style>
a { background-color: #4042FE; }
a { background-color: rgb(64,66,254); }
div.DivClassName
{
background-color: #4042FE;
}
.BgClassName
{
background-color: #4042FE;
}
</style>
border-color css
<style>
span { border-color: #4042FE; }
span { border-color: rgb(64,66,254); }
td.TdClassName
{
border-color: #4042FE;
}
.TagClassName
{
border-color: #4042FE;
}
</style>