Shades of Neon Blue #2042EE
Tints of Neon Blue #2042EE
RGB
CMYK
RGB Variations
Color information
#2042EE (or 0x2042EE) is known color: Neon Blue. HEX triplet: 20, 42 and EE. RGB value is (32,66,238). Sum of RGB (Red+Green+Blue) = 32+66+238=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 238 (93.36% from 255 or 70.83% from 336); Max value from RGB is 238 - color contains mainly: blue. Hex color #2042EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2042EE is #DFBD11. Grayscale: #4A4A4A. Windows color (decimal): -14662930 or 15614496. OLE color: 15614496.
HSL color Cylindrical-coordinate representation of color #2042EE: hue angle of 230.1º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2042EE is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 66 | 238 | - |
| CMYK | 0.87 | 0.72 | 0 | 0.07 |
| HSL | 230.1º | 0.86% | 0.53% | - |
| HSV(B) | 230.1º | 0.87% | 0.93% | - |
| XYZ | 17.98 | 10.38 | 81.94 | - |
| YUV | 75.44 | 219.74 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 238 | 0.87 | 0.72 | 0 | 0.07 | 230.1 | 0.86 | 0.53 |
| Hex | 20 | 42 | EE | 57 | 48 | 0 | 7 | E6 | 56 | 35 |
| Octal | 40 | 102 | 356 | 127 | 110 | 0 | 7 | 346 | 126 | 65 |
| Binary | 100000 | 1000010 | 11101110 | 1010111 | 1001000 | 0 | 111 | 11100110 | 1010110 | 110101 |
Color Harmonies of #2042EE
Complementary color
Monochromatic Colors of #2042EE
Black with #2042EE
Text Example
Text Example
White with #2042EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2042EE; }
p { color: rgb(32,66,238); }
H1.HeaderClassName
{
color: #2042EE;
}
.AnyTagClassName
{
color: #2042EE;
}
</style>
background-color css
<style>
a { background-color: #2042EE; }
a { background-color: rgb(32,66,238); }
div.DivClassName
{
background-color: #2042EE;
}
.BgClassName
{
background-color: #2042EE;
}
</style>
border-color css
<style>
span { border-color: #2042EE; }
span { border-color: rgb(32,66,238); }
td.TdClassName
{
border-color: #2042EE;
}
.TagClassName
{
border-color: #2042EE;
}
</style>