Shades of Neon Blue #403CEC
Tints of Neon Blue #403CEC
RGB
CMYK
RGB Variations
Color information
#403CEC (or 0x403CEC) is known color: Neon Blue. HEX triplet: 40, 3C and EC. RGB value is (64,60,236). Sum of RGB (Red+Green+Blue) = 64+60+236=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #403CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403CEC is #BFC313. Grayscale: #505050. Windows color (decimal): -12567316 or 15481920. OLE color: 15481920.
HSL color Cylindrical-coordinate representation of color #403CEC: hue angle of 241.36º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #403CEC is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 60 | 236 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.07 |
| HSL | 241.36º | 0.82% | 0.58% | - |
| HSV(B) | 241.36º | 0.75% | 0.93% | - |
| XYZ | 18.87 | 10.38 | 80.37 | - |
| YUV | 81.26 | 215.33 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 236 | 0.73 | 0.75 | 0 | 0.07 | 241.36 | 0.82 | 0.58 |
| Hex | 40 | 3C | EC | 49 | 4B | 0 | 7 | F1 | 52 | 3A |
| Octal | 100 | 74 | 354 | 111 | 113 | 0 | 7 | 361 | 122 | 72 |
| Binary | 1000000 | 111100 | 11101100 | 1001001 | 1001011 | 0 | 111 | 11110001 | 1010010 | 111010 |
Color Harmonies of #403CEC
Complementary color
Monochromatic Colors of #403CEC
Black with #403CEC
Text Example
Text Example
White with #403CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403CEC; }
p { color: rgb(64,60,236); }
H1.HeaderClassName
{
color: #403CEC;
}
.AnyTagClassName
{
color: #403CEC;
}
</style>
background-color css
<style>
a { background-color: #403CEC; }
a { background-color: rgb(64,60,236); }
div.DivClassName
{
background-color: #403CEC;
}
.BgClassName
{
background-color: #403CEC;
}
</style>
border-color css
<style>
span { border-color: #403CEC; }
span { border-color: rgb(64,60,236); }
td.TdClassName
{
border-color: #403CEC;
}
.TagClassName
{
border-color: #403CEC;
}
</style>