Shades of Neon Blue #3E32DD
Tints of Neon Blue #3E32DD
RGB
CMYK
RGB Variations
Color information
#3E32DD (or 0x3E32DD) is known color: Neon Blue. HEX triplet: 3E, 32 and DD. RGB value is (62,50,221). Sum of RGB (Red+Green+Blue) = 62+50+221=333 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.62% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E32DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E32DD is #C1CD22. Grayscale: #484848. Windows color (decimal): -12700963 or 14496318. OLE color: 14496318.
HSL color Cylindrical-coordinate representation of color #3E32DD: hue angle of 244.21º degrees, saturation: 0.72, 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 #3E32DD is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 50 | 221 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.13 |
| HSL | 244.21º | 0.72% | 0.53% | - |
| HSV(B) | 244.21º | 0.77% | 0.87% | - |
| XYZ | 16.18 | 8.53 | 69.2 | - |
| YUV | 73.08 | 211.48 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 221 | 0.72 | 0.77 | 0 | 0.13 | 244.21 | 0.72 | 0.53 |
| Hex | 3E | 32 | DD | 48 | 4D | 0 | D | F4 | 48 | 35 |
| Octal | 76 | 62 | 335 | 110 | 115 | 0 | 15 | 364 | 110 | 65 |
| Binary | 111110 | 110010 | 11011101 | 1001000 | 1001101 | 0 | 1101 | 11110100 | 1001000 | 110101 |
Color Harmonies of #3E32DD
Complementary color
Monochromatic Colors of #3E32DD
Black with #3E32DD
Text Example
Text Example
White with #3E32DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E32DD; }
p { color: rgb(62,50,221); }
H1.HeaderClassName
{
color: #3E32DD;
}
.AnyTagClassName
{
color: #3E32DD;
}
</style>
background-color css
<style>
a { background-color: #3E32DD; }
a { background-color: rgb(62,50,221); }
div.DivClassName
{
background-color: #3E32DD;
}
.BgClassName
{
background-color: #3E32DD;
}
</style>
border-color css
<style>
span { border-color: #3E32DD; }
span { border-color: rgb(62,50,221); }
td.TdClassName
{
border-color: #3E32DD;
}
.TagClassName
{
border-color: #3E32DD;
}
</style>