Shades of Neon Blue #3E40EE
Tints of Neon Blue #3E40EE
RGB
CMYK
RGB Variations
Color information
#3E40EE (or 0x3E40EE) is known color: Neon Blue. HEX triplet: 3E, 40 and EE. RGB value is (62,64,238). Sum of RGB (Red+Green+Blue) = 62+64+238=364 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.03% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 238 (93.36% from 255 or 65.38% from 364); Max value from RGB is 238 - color contains mainly: blue. Hex color #3E40EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E40EE is #C1BF11. Grayscale: #525252. Windows color (decimal): -12697362 or 15614014. OLE color: 15614014.
HSL color Cylindrical-coordinate representation of color #3E40EE: hue angle of 239.32º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E40EE is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 64 | 238 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.07 |
| HSL | 239.32º | 0.84% | 0.59% | - |
| HSV(B) | 239.32º | 0.74% | 0.93% | - |
| XYZ | 19.25 | 10.86 | 81.97 | - |
| YUV | 83.24 | 215.34 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 64 | 238 | 0.74 | 0.73 | 0 | 0.07 | 239.32 | 0.84 | 0.59 |
| Hex | 3E | 40 | EE | 4A | 49 | 0 | 7 | EF | 54 | 3B |
| Octal | 76 | 100 | 356 | 112 | 111 | 0 | 7 | 357 | 124 | 73 |
| Binary | 111110 | 1000000 | 11101110 | 1001010 | 1001001 | 0 | 111 | 11101111 | 1010100 | 111011 |
Color Harmonies of #3E40EE
Complementary color
Monochromatic Colors of #3E40EE
Black with #3E40EE
Text Example
Text Example
White with #3E40EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E40EE; }
p { color: rgb(62,64,238); }
H1.HeaderClassName
{
color: #3E40EE;
}
.AnyTagClassName
{
color: #3E40EE;
}
</style>
background-color css
<style>
a { background-color: #3E40EE; }
a { background-color: rgb(62,64,238); }
div.DivClassName
{
background-color: #3E40EE;
}
.BgClassName
{
background-color: #3E40EE;
}
</style>
border-color css
<style>
span { border-color: #3E40EE; }
span { border-color: rgb(62,64,238); }
td.TdClassName
{
border-color: #3E40EE;
}
.TagClassName
{
border-color: #3E40EE;
}
</style>