Shades of Neon Blue #403AEC
Tints of Neon Blue #403AEC
RGB
CMYK
RGB Variations
Color information
#403AEC (or 0x403AEC) is known color: Neon Blue. HEX triplet: 40, 3A and EC. RGB value is (64,58,236). Sum of RGB (Red+Green+Blue) = 64+58+236=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 236 (92.58% from 255 or 65.92% from 358); Max value from RGB is 236 - color contains mainly: blue. Hex color #403AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403AEC is #BFC513. Grayscale: #4F4F4F. Windows color (decimal): -12567828 or 15481408. OLE color: 15481408.
HSL color Cylindrical-coordinate representation of color #403AEC: hue angle of 242.02º 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 #403AEC is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 58 | 236 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.07 |
| HSL | 242.02º | 0.82% | 0.58% | - |
| HSV(B) | 242.02º | 0.75% | 0.93% | - |
| XYZ | 18.77 | 10.17 | 80.33 | - |
| YUV | 80.09 | 215.99 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 236 | 0.73 | 0.75 | 0 | 0.07 | 242.02 | 0.82 | 0.58 |
| Hex | 40 | 3A | EC | 49 | 4B | 0 | 7 | F2 | 52 | 3A |
| Octal | 100 | 72 | 354 | 111 | 113 | 0 | 7 | 362 | 122 | 72 |
| Binary | 1000000 | 111010 | 11101100 | 1001001 | 1001011 | 0 | 111 | 11110010 | 1010010 | 111010 |
Color Harmonies of #403AEC
Complementary color
Monochromatic Colors of #403AEC
Black with #403AEC
Text Example
Text Example
White with #403AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403AEC; }
p { color: rgb(64,58,236); }
H1.HeaderClassName
{
color: #403AEC;
}
.AnyTagClassName
{
color: #403AEC;
}
</style>
background-color css
<style>
a { background-color: #403AEC; }
a { background-color: rgb(64,58,236); }
div.DivClassName
{
background-color: #403AEC;
}
.BgClassName
{
background-color: #403AEC;
}
</style>
border-color css
<style>
span { border-color: #403AEC; }
span { border-color: rgb(64,58,236); }
td.TdClassName
{
border-color: #403AEC;
}
.TagClassName
{
border-color: #403AEC;
}
</style>