Shades of Neon Blue #3E36DF
Tints of Neon Blue #3E36DF
RGB
CMYK
RGB Variations
Color information
#3E36DF (or 0x3E36DF) is known color: Neon Blue. HEX triplet: 3E, 36 and DF. RGB value is (62,54,223). Sum of RGB (Red+Green+Blue) = 62+54+223=339 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.29% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E36DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E36DF is #C1C920. Grayscale: #4A4A4A. Windows color (decimal): -12699937 or 14628414. OLE color: 14628414.
HSL color Cylindrical-coordinate representation of color #3E36DF: hue angle of 242.84º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E36DF is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 54 | 223 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.13 |
| HSL | 242.84º | 0.73% | 0.54% | - |
| HSV(B) | 242.84º | 0.76% | 0.87% | - |
| XYZ | 16.63 | 8.99 | 70.67 | - |
| YUV | 75.66 | 211.15 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 223 | 0.72 | 0.76 | 0 | 0.13 | 242.84 | 0.73 | 0.54 |
| Hex | 3E | 36 | DF | 48 | 4C | 0 | D | F3 | 49 | 36 |
| Octal | 76 | 66 | 337 | 110 | 114 | 0 | 15 | 363 | 111 | 66 |
| Binary | 111110 | 110110 | 11011111 | 1001000 | 1001100 | 0 | 1101 | 11110011 | 1001001 | 110110 |
Color Harmonies of #3E36DF
Complementary color
Monochromatic Colors of #3E36DF
Black with #3E36DF
Text Example
Text Example
White with #3E36DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E36DF; }
p { color: rgb(62,54,223); }
H1.HeaderClassName
{
color: #3E36DF;
}
.AnyTagClassName
{
color: #3E36DF;
}
</style>
background-color css
<style>
a { background-color: #3E36DF; }
a { background-color: rgb(62,54,223); }
div.DivClassName
{
background-color: #3E36DF;
}
.BgClassName
{
background-color: #3E36DF;
}
</style>
border-color css
<style>
span { border-color: #3E36DF; }
span { border-color: rgb(62,54,223); }
td.TdClassName
{
border-color: #3E36DF;
}
.TagClassName
{
border-color: #3E36DF;
}
</style>