Shades of Neon Blue #4042EE
Tints of Neon Blue #4042EE
RGB
CMYK
RGB Variations
Color information
#4042EE (or 0x4042EE) is known color: Neon Blue. HEX triplet: 40, 42 and EE. RGB value is (64,66,238). Sum of RGB (Red+Green+Blue) = 64+66+238=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #4042EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4042EE is #BFBD11. Grayscale: #545454. Windows color (decimal): -12565778 or 15614528. OLE color: 15614528.
HSL color Cylindrical-coordinate representation of color #4042EE: hue angle of 239.31º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4042EE is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 66 | 238 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.07 |
| HSL | 239.31º | 0.84% | 0.59% | - |
| HSV(B) | 239.31º | 0.73% | 0.93% | - |
| XYZ | 19.5 | 11.16 | 82.02 | - |
| YUV | 85.01 | 214.34 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 238 | 0.73 | 0.72 | 0 | 0.07 | 239.31 | 0.84 | 0.59 |
| Hex | 40 | 42 | EE | 49 | 48 | 0 | 7 | EF | 54 | 3B |
| Octal | 100 | 102 | 356 | 111 | 110 | 0 | 7 | 357 | 124 | 73 |
| Binary | 1000000 | 1000010 | 11101110 | 1001001 | 1001000 | 0 | 111 | 11101111 | 1010100 | 111011 |
Color Harmonies of #4042EE
Complementary color
Monochromatic Colors of #4042EE
Black with #4042EE
Text Example
Text Example
White with #4042EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4042EE; }
p { color: rgb(64,66,238); }
H1.HeaderClassName
{
color: #4042EE;
}
.AnyTagClassName
{
color: #4042EE;
}
</style>
background-color css
<style>
a { background-color: #4042EE; }
a { background-color: rgb(64,66,238); }
div.DivClassName
{
background-color: #4042EE;
}
.BgClassName
{
background-color: #4042EE;
}
</style>
border-color css
<style>
span { border-color: #4042EE; }
span { border-color: rgb(64,66,238); }
td.TdClassName
{
border-color: #4042EE;
}
.TagClassName
{
border-color: #4042EE;
}
</style>