Shades of Neon Blue #403EEA
Tints of Neon Blue #403EEA
RGB
CMYK
RGB Variations
Color information
#403EEA (or 0x403EEA) is known color: Neon Blue. HEX triplet: 40, 3E and EA. RGB value is (64,62,234). Sum of RGB (Red+Green+Blue) = 64+62+234=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #403EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403EEA is #BFC115. Grayscale: #515151. Windows color (decimal): -12566806 or 15351360. OLE color: 15351360.
HSL color Cylindrical-coordinate representation of color #403EEA: hue angle of 240.7º degrees, saturation: 0.8, 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 #403EEA is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 62 | 234 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.08 |
| HSL | 240.7º | 0.8% | 0.58% | - |
| HSV(B) | 240.7º | 0.74% | 0.92% | - |
| XYZ | 18.69 | 10.48 | 78.88 | - |
| YUV | 82.21 | 213.66 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 234 | 0.73 | 0.74 | 0 | 0.08 | 240.7 | 0.8 | 0.58 |
| Hex | 40 | 3E | EA | 49 | 4A | 0 | 8 | F1 | 50 | 3A |
| Octal | 100 | 76 | 352 | 111 | 112 | 0 | 10 | 361 | 120 | 72 |
| Binary | 1000000 | 111110 | 11101010 | 1001001 | 1001010 | 0 | 1000 | 11110001 | 1010000 | 111010 |
Color Harmonies of #403EEA
Complementary color
Monochromatic Colors of #403EEA
Black with #403EEA
Text Example
Text Example
White with #403EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403EEA; }
p { color: rgb(64,62,234); }
H1.HeaderClassName
{
color: #403EEA;
}
.AnyTagClassName
{
color: #403EEA;
}
</style>
background-color css
<style>
a { background-color: #403EEA; }
a { background-color: rgb(64,62,234); }
div.DivClassName
{
background-color: #403EEA;
}
.BgClassName
{
background-color: #403EEA;
}
</style>
border-color css
<style>
span { border-color: #403EEA; }
span { border-color: rgb(64,62,234); }
td.TdClassName
{
border-color: #403EEA;
}
.TagClassName
{
border-color: #403EEA;
}
</style>