Shades of Neon Blue #3E32DF
Tints of Neon Blue #3E32DF
RGB
CMYK
RGB Variations
Color information
#3E32DF (or 0x3E32DF) is known color: Neon Blue. HEX triplet: 3E, 32 and DF. RGB value is (62,50,223). Sum of RGB (Red+Green+Blue) = 62+50+223=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E32DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E32DF is #C1CD20. Grayscale: #484848. Windows color (decimal): -12700961 or 14627390. OLE color: 14627390.
HSL color Cylindrical-coordinate representation of color #3E32DF: hue angle of 244.16º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E32DF is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 50 | 223 | - |
| CMYK | 0.72 | 0.78 | 0 | 0.13 |
| HSL | 244.16º | 0.73% | 0.54% | - |
| HSV(B) | 244.16º | 0.78% | 0.87% | - |
| XYZ | 16.45 | 8.63 | 70.61 | - |
| YUV | 73.31 | 212.48 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 50 | 223 | 0.72 | 0.78 | 0 | 0.13 | 244.16 | 0.73 | 0.54 |
| Hex | 3E | 32 | DF | 48 | 4E | 0 | D | F4 | 49 | 36 |
| Octal | 76 | 62 | 337 | 110 | 116 | 0 | 15 | 364 | 111 | 66 |
| Binary | 111110 | 110010 | 11011111 | 1001000 | 1001110 | 0 | 1101 | 11110100 | 1001001 | 110110 |
Color Harmonies of #3E32DF
Complementary color
Monochromatic Colors of #3E32DF
Black with #3E32DF
Text Example
Text Example
White with #3E32DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E32DF; }
p { color: rgb(62,50,223); }
H1.HeaderClassName
{
color: #3E32DF;
}
.AnyTagClassName
{
color: #3E32DF;
}
</style>
background-color css
<style>
a { background-color: #3E32DF; }
a { background-color: rgb(62,50,223); }
div.DivClassName
{
background-color: #3E32DF;
}
.BgClassName
{
background-color: #3E32DF;
}
</style>
border-color css
<style>
span { border-color: #3E32DF; }
span { border-color: rgb(62,50,223); }
td.TdClassName
{
border-color: #3E32DF;
}
.TagClassName
{
border-color: #3E32DF;
}
</style>