Shades of Neon Blue #3E42EF
Tints of Neon Blue #3E42EF
RGB
CMYK
RGB Variations
Color information
#3E42EF (or 0x3E42EF) is known color: Neon Blue. HEX triplet: 3E, 42 and EF. RGB value is (62,66,239). Sum of RGB (Red+Green+Blue) = 62+66+239=367 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.89% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #3E42EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E42EF is #C1BD10. Grayscale: #535353. Windows color (decimal): -12696849 or 15680062. OLE color: 15680062.
HSL color Cylindrical-coordinate representation of color #3E42EF: hue angle of 238.64º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E42EF is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 62 | 66 | 239 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.06 |
| HSL | 238.64º | 0.85% | 0.59% | - |
| HSV(B) | 238.64º | 0.74% | 0.94% | - |
| XYZ | 19.51 | 11.15 | 82.79 | - |
| YUV | 84.53 | 215.17 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 66 | 239 | 0.74 | 0.72 | 0 | 0.06 | 238.64 | 0.85 | 0.59 |
| Hex | 3E | 42 | EF | 4A | 48 | 0 | 6 | EF | 55 | 3B |
| Octal | 76 | 102 | 357 | 112 | 110 | 0 | 6 | 357 | 125 | 73 |
| Binary | 111110 | 1000010 | 11101111 | 1001010 | 1001000 | 0 | 110 | 11101111 | 1010101 | 111011 |
Color Harmonies of #3E42EF
Complementary color
Monochromatic Colors of #3E42EF
Black with #3E42EF
Text Example
Text Example
White with #3E42EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E42EF; }
p { color: rgb(62,66,239); }
H1.HeaderClassName
{
color: #3E42EF;
}
.AnyTagClassName
{
color: #3E42EF;
}
</style>
background-color css
<style>
a { background-color: #3E42EF; }
a { background-color: rgb(62,66,239); }
div.DivClassName
{
background-color: #3E42EF;
}
.BgClassName
{
background-color: #3E42EF;
}
</style>
border-color css
<style>
span { border-color: #3E42EF; }
span { border-color: rgb(62,66,239); }
td.TdClassName
{
border-color: #3E42EF;
}
.TagClassName
{
border-color: #3E42EF;
}
</style>