Shades of Neon Blue #3E3DED
Tints of Neon Blue #3E3DED
RGB
CMYK
RGB Variations
Color information
#3E3DED (or 0x3E3DED) is known color: Neon Blue. HEX triplet: 3E, 3D and ED. RGB value is (62,61,237). Sum of RGB (Red+Green+Blue) = 62+61+237=360 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.22% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #3E3DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E3DED is #C1C212. Grayscale: #505050. Windows color (decimal): -12698131 or 15547710. OLE color: 15547710.
HSL color Cylindrical-coordinate representation of color #3E3DED: hue angle of 240.34º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E3DED is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 61 | 237 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.07 |
| HSL | 240.34º | 0.83% | 0.58% | - |
| HSV(B) | 240.34º | 0.74% | 0.93% | - |
| XYZ | 18.94 | 10.48 | 81.14 | - |
| YUV | 81.36 | 215.83 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 61 | 237 | 0.74 | 0.74 | 0 | 0.07 | 240.34 | 0.83 | 0.58 |
| Hex | 3E | 3D | ED | 4A | 4A | 0 | 7 | F0 | 53 | 3A |
| Octal | 76 | 75 | 355 | 112 | 112 | 0 | 7 | 360 | 123 | 72 |
| Binary | 111110 | 111101 | 11101101 | 1001010 | 1001010 | 0 | 111 | 11110000 | 1010011 | 111010 |
Color Harmonies of #3E3DED
Complementary color
Monochromatic Colors of #3E3DED
Black with #3E3DED
Text Example
Text Example
White with #3E3DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3DED; }
p { color: rgb(62,61,237); }
H1.HeaderClassName
{
color: #3E3DED;
}
.AnyTagClassName
{
color: #3E3DED;
}
</style>
background-color css
<style>
a { background-color: #3E3DED; }
a { background-color: rgb(62,61,237); }
div.DivClassName
{
background-color: #3E3DED;
}
.BgClassName
{
background-color: #3E3DED;
}
</style>
border-color css
<style>
span { border-color: #3E3DED; }
span { border-color: rgb(62,61,237); }
td.TdClassName
{
border-color: #3E3DED;
}
.TagClassName
{
border-color: #3E3DED;
}
</style>