Shades of Neon Blue #3E3DEE
Tints of Neon Blue #3E3DEE
RGB
CMYK
RGB Variations
Color information
#3E3DEE (or 0x3E3DEE) is known color: Neon Blue. HEX triplet: 3E, 3D and EE. RGB value is (62,61,238). Sum of RGB (Red+Green+Blue) = 62+61+238=361 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.17% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #3E3DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E3DEE is #C1C211. Grayscale: #505050. Windows color (decimal): -12698130 or 15613246. OLE color: 15613246.
HSL color Cylindrical-coordinate representation of color #3E3DEE: hue angle of 240.34º 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 #3E3DEE is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 61 | 238 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.07 |
| HSL | 240.34º | 0.84% | 0.59% | - |
| HSV(B) | 240.34º | 0.74% | 0.93% | - |
| XYZ | 19.09 | 10.53 | 81.92 | - |
| YUV | 81.48 | 216.33 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 61 | 238 | 0.74 | 0.74 | 0 | 0.07 | 240.34 | 0.84 | 0.59 |
| Hex | 3E | 3D | EE | 4A | 4A | 0 | 7 | F0 | 54 | 3B |
| Octal | 76 | 75 | 356 | 112 | 112 | 0 | 7 | 360 | 124 | 73 |
| Binary | 111110 | 111101 | 11101110 | 1001010 | 1001010 | 0 | 111 | 11110000 | 1010100 | 111011 |
Color Harmonies of #3E3DEE
Complementary color
Monochromatic Colors of #3E3DEE
Black with #3E3DEE
Text Example
Text Example
White with #3E3DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3DEE; }
p { color: rgb(62,61,238); }
H1.HeaderClassName
{
color: #3E3DEE;
}
.AnyTagClassName
{
color: #3E3DEE;
}
</style>
background-color css
<style>
a { background-color: #3E3DEE; }
a { background-color: rgb(62,61,238); }
div.DivClassName
{
background-color: #3E3DEE;
}
.BgClassName
{
background-color: #3E3DEE;
}
</style>
border-color css
<style>
span { border-color: #3E3DEE; }
span { border-color: rgb(62,61,238); }
td.TdClassName
{
border-color: #3E3DEE;
}
.TagClassName
{
border-color: #3E3DEE;
}
</style>