Shades of Neon Blue #403FEA
Tints of Neon Blue #403FEA
RGB
CMYK
RGB Variations
Color information
#403FEA (or 0x403FEA) is known color: Neon Blue. HEX triplet: 40, 3F and EA. RGB value is (64,63,234). Sum of RGB (Red+Green+Blue) = 64+63+234=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 234 (91.80% from 255 or 64.82% from 361); Max value from RGB is 234 - color contains mainly: blue. Hex color #403FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403FEA is #BFC015. Grayscale: #525252. Windows color (decimal): -12566550 or 15351616. OLE color: 15351616.
HSL color Cylindrical-coordinate representation of color #403FEA: hue angle of 240.35º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #403FEA is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 63 | 234 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.08 |
| HSL | 240.35º | 0.8% | 0.58% | - |
| HSV(B) | 240.35º | 0.73% | 0.92% | - |
| XYZ | 18.74 | 10.59 | 78.9 | - |
| YUV | 82.79 | 213.33 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 234 | 0.73 | 0.73 | 0 | 0.08 | 240.35 | 0.8 | 0.58 |
| Hex | 40 | 3F | EA | 49 | 49 | 0 | 8 | F0 | 50 | 3A |
| Octal | 100 | 77 | 352 | 111 | 111 | 0 | 10 | 360 | 120 | 72 |
| Binary | 1000000 | 111111 | 11101010 | 1001001 | 1001001 | 0 | 1000 | 11110000 | 1010000 | 111010 |
Color Harmonies of #403FEA
Complementary color
Monochromatic Colors of #403FEA
Black with #403FEA
Text Example
Text Example
White with #403FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FEA; }
p { color: rgb(64,63,234); }
H1.HeaderClassName
{
color: #403FEA;
}
.AnyTagClassName
{
color: #403FEA;
}
</style>
background-color css
<style>
a { background-color: #403FEA; }
a { background-color: rgb(64,63,234); }
div.DivClassName
{
background-color: #403FEA;
}
.BgClassName
{
background-color: #403FEA;
}
</style>
border-color css
<style>
span { border-color: #403FEA; }
span { border-color: rgb(64,63,234); }
td.TdClassName
{
border-color: #403FEA;
}
.TagClassName
{
border-color: #403FEA;
}
</style>