Shades of Neon Blue #3E33DD
Tints of Neon Blue #3E33DD
RGB
CMYK
RGB Variations
Color information
#3E33DD (or 0x3E33DD) is known color: Neon Blue. HEX triplet: 3E, 33 and DD. RGB value is (62,51,221). Sum of RGB (Red+Green+Blue) = 62+51+221=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E33DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E33DD is #C1CC22. Grayscale: #494949. Windows color (decimal): -12700707 or 14496574. OLE color: 14496574.
HSL color Cylindrical-coordinate representation of color #3E33DD: hue angle of 243.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E33DD is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 51 | 221 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.13 |
| HSL | 243.88º | 0.71% | 0.53% | - |
| HSV(B) | 243.88º | 0.77% | 0.87% | - |
| XYZ | 16.22 | 8.61 | 69.21 | - |
| YUV | 73.67 | 211.14 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 221 | 0.72 | 0.77 | 0 | 0.13 | 243.88 | 0.71 | 0.53 |
| Hex | 3E | 33 | DD | 48 | 4D | 0 | D | F4 | 47 | 35 |
| Octal | 76 | 63 | 335 | 110 | 115 | 0 | 15 | 364 | 107 | 65 |
| Binary | 111110 | 110011 | 11011101 | 1001000 | 1001101 | 0 | 1101 | 11110100 | 1000111 | 110101 |
Color Harmonies of #3E33DD
Complementary color
Monochromatic Colors of #3E33DD
Black with #3E33DD
Text Example
Text Example
White with #3E33DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E33DD; }
p { color: rgb(62,51,221); }
H1.HeaderClassName
{
color: #3E33DD;
}
.AnyTagClassName
{
color: #3E33DD;
}
</style>
background-color css
<style>
a { background-color: #3E33DD; }
a { background-color: rgb(62,51,221); }
div.DivClassName
{
background-color: #3E33DD;
}
.BgClassName
{
background-color: #3E33DD;
}
</style>
border-color css
<style>
span { border-color: #3E33DD; }
span { border-color: rgb(62,51,221); }
td.TdClassName
{
border-color: #3E33DD;
}
.TagClassName
{
border-color: #3E33DD;
}
</style>