Shades of Neon Blue #403CEA
Tints of Neon Blue #403CEA
RGB
CMYK
RGB Variations
Color information
#403CEA (or 0x403CEA) is known color: Neon Blue. HEX triplet: 40, 3C and EA. RGB value is (64,60,234). Sum of RGB (Red+Green+Blue) = 64+60+234=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 234 (91.80% from 255 or 65.36% from 358); Max value from RGB is 234 - color contains mainly: blue. Hex color #403CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403CEA is #BFC315. Grayscale: #505050. Windows color (decimal): -12567318 or 15350848. OLE color: 15350848.
HSL color Cylindrical-coordinate representation of color #403CEA: hue angle of 241.38º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #403CEA is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 60 | 234 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.08 |
| HSL | 241.38º | 0.81% | 0.58% | - |
| HSV(B) | 241.38º | 0.74% | 0.92% | - |
| XYZ | 18.58 | 10.26 | 78.84 | - |
| YUV | 81.03 | 214.33 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 234 | 0.73 | 0.74 | 0 | 0.08 | 241.38 | 0.81 | 0.58 |
| Hex | 40 | 3C | EA | 49 | 4A | 0 | 8 | F1 | 51 | 3A |
| Octal | 100 | 74 | 352 | 111 | 112 | 0 | 10 | 361 | 121 | 72 |
| Binary | 1000000 | 111100 | 11101010 | 1001001 | 1001010 | 0 | 1000 | 11110001 | 1010001 | 111010 |
Color Harmonies of #403CEA
Complementary color
Monochromatic Colors of #403CEA
Black with #403CEA
Text Example
Text Example
White with #403CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403CEA; }
p { color: rgb(64,60,234); }
H1.HeaderClassName
{
color: #403CEA;
}
.AnyTagClassName
{
color: #403CEA;
}
</style>
background-color css
<style>
a { background-color: #403CEA; }
a { background-color: rgb(64,60,234); }
div.DivClassName
{
background-color: #403CEA;
}
.BgClassName
{
background-color: #403CEA;
}
</style>
border-color css
<style>
span { border-color: #403CEA; }
span { border-color: rgb(64,60,234); }
td.TdClassName
{
border-color: #403CEA;
}
.TagClassName
{
border-color: #403CEA;
}
</style>