Shades of Neon Blue #3E3CDF
Tints of Neon Blue #3E3CDF
RGB
CMYK
RGB Variations
Color information
#3E3CDF (or 0x3E3CDF) is known color: Neon Blue. HEX triplet: 3E, 3C and DF. RGB value is (62,60,223). Sum of RGB (Red+Green+Blue) = 62+60+223=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E3CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E3CDF is #C1C320. Grayscale: #4E4E4E. Windows color (decimal): -12698401 or 14629950. OLE color: 14629950.
HSL color Cylindrical-coordinate representation of color #3E3CDF: hue angle of 240.74º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E3CDF is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 60 | 223 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.13 |
| HSL | 240.74º | 0.72% | 0.55% | - |
| HSV(B) | 240.74º | 0.73% | 0.87% | - |
| XYZ | 16.92 | 9.58 | 70.77 | - |
| YUV | 79.18 | 209.16 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 60 | 223 | 0.72 | 0.73 | 0 | 0.13 | 240.74 | 0.72 | 0.55 |
| Hex | 3E | 3C | DF | 48 | 49 | 0 | D | F1 | 48 | 37 |
| Octal | 76 | 74 | 337 | 110 | 111 | 0 | 15 | 361 | 110 | 67 |
| Binary | 111110 | 111100 | 11011111 | 1001000 | 1001001 | 0 | 1101 | 11110001 | 1001000 | 110111 |
Color Harmonies of #3E3CDF
Complementary color
Monochromatic Colors of #3E3CDF
Black with #3E3CDF
Text Example
Text Example
White with #3E3CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3CDF; }
p { color: rgb(62,60,223); }
H1.HeaderClassName
{
color: #3E3CDF;
}
.AnyTagClassName
{
color: #3E3CDF;
}
</style>
background-color css
<style>
a { background-color: #3E3CDF; }
a { background-color: rgb(62,60,223); }
div.DivClassName
{
background-color: #3E3CDF;
}
.BgClassName
{
background-color: #3E3CDF;
}
</style>
border-color css
<style>
span { border-color: #3E3CDF; }
span { border-color: rgb(62,60,223); }
td.TdClassName
{
border-color: #3E3CDF;
}
.TagClassName
{
border-color: #3E3CDF;
}
</style>