Shades of Neon Blue #3E41EE
Tints of Neon Blue #3E41EE
RGB
CMYK
RGB Variations
Color information
#3E41EE (or 0x3E41EE) is known color: Neon Blue. HEX triplet: 3E, 41 and EE. RGB value is (62,65,238). Sum of RGB (Red+Green+Blue) = 62+65+238=365 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.99% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #3E41EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E41EE is #C1BE11. Grayscale: #535353. Windows color (decimal): -12697106 or 15614270. OLE color: 15614270.
HSL color Cylindrical-coordinate representation of color #3E41EE: hue angle of 238.98º 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 #3E41EE is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 65 | 238 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.07 |
| HSL | 238.98º | 0.84% | 0.59% | - |
| HSV(B) | 238.98º | 0.74% | 0.93% | - |
| XYZ | 19.31 | 10.98 | 81.99 | - |
| YUV | 83.83 | 215.01 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 238 | 0.74 | 0.73 | 0 | 0.07 | 238.98 | 0.84 | 0.59 |
| Hex | 3E | 41 | EE | 4A | 49 | 0 | 7 | EF | 54 | 3B |
| Octal | 76 | 101 | 356 | 112 | 111 | 0 | 7 | 357 | 124 | 73 |
| Binary | 111110 | 1000001 | 11101110 | 1001010 | 1001001 | 0 | 111 | 11101111 | 1010100 | 111011 |
Color Harmonies of #3E41EE
Complementary color
Monochromatic Colors of #3E41EE
Black with #3E41EE
Text Example
Text Example
White with #3E41EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E41EE; }
p { color: rgb(62,65,238); }
H1.HeaderClassName
{
color: #3E41EE;
}
.AnyTagClassName
{
color: #3E41EE;
}
</style>
background-color css
<style>
a { background-color: #3E41EE; }
a { background-color: rgb(62,65,238); }
div.DivClassName
{
background-color: #3E41EE;
}
.BgClassName
{
background-color: #3E41EE;
}
</style>
border-color css
<style>
span { border-color: #3E41EE; }
span { border-color: rgb(62,65,238); }
td.TdClassName
{
border-color: #3E41EE;
}
.TagClassName
{
border-color: #3E41EE;
}
</style>