Shades of Neon Blue #403CE5
Tints of Neon Blue #403CE5
RGB
CMYK
RGB Variations
Color information
#403CE5 (or 0x403CE5) is known color: Neon Blue. HEX triplet: 40, 3C and E5. RGB value is (64,60,229). Sum of RGB (Red+Green+Blue) = 64+60+229=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 229 (89.84% from 255 or 64.87% from 353); Max value from RGB is 229 - color contains mainly: blue. Hex color #403CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403CE5 is #BFC31A. Grayscale: #4F4F4F. Windows color (decimal): -12567323 or 15023168. OLE color: 15023168.
HSL color Cylindrical-coordinate representation of color #403CE5: hue angle of 241.42º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #403CE5 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 60 | 229 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.10 |
| HSL | 241.42º | 0.76% | 0.57% | - |
| HSV(B) | 241.42º | 0.74% | 0.9% | - |
| XYZ | 17.87 | 9.98 | 75.11 | - |
| YUV | 80.46 | 211.83 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 229 | 0.72 | 0.74 | 0 | 0.10 | 241.42 | 0.76 | 0.57 |
| Hex | 40 | 3C | E5 | 48 | 4A | 0 | A | F1 | 4C | 39 |
| Octal | 100 | 74 | 345 | 110 | 112 | 0 | 12 | 361 | 114 | 71 |
| Binary | 1000000 | 111100 | 11100101 | 1001000 | 1001010 | 0 | 1010 | 11110001 | 1001100 | 111001 |
Color Harmonies of #403CE5
Complementary color
Monochromatic Colors of #403CE5
Black with #403CE5
Text Example
Text Example
White with #403CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403CE5; }
p { color: rgb(64,60,229); }
H1.HeaderClassName
{
color: #403CE5;
}
.AnyTagClassName
{
color: #403CE5;
}
</style>
background-color css
<style>
a { background-color: #403CE5; }
a { background-color: rgb(64,60,229); }
div.DivClassName
{
background-color: #403CE5;
}
.BgClassName
{
background-color: #403CE5;
}
</style>
border-color css
<style>
span { border-color: #403CE5; }
span { border-color: rgb(64,60,229); }
td.TdClassName
{
border-color: #403CE5;
}
.TagClassName
{
border-color: #403CE5;
}
</style>