Shades of Neon Blue #403AEF
Tints of Neon Blue #403AEF
RGB
CMYK
RGB Variations
Color information
#403AEF (or 0x403AEF) is known color: Neon Blue. HEX triplet: 40, 3A and EF. RGB value is (64,58,239). Sum of RGB (Red+Green+Blue) = 64+58+239=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 239 (93.75% from 255 or 66.20% from 361); Max value from RGB is 239 - color contains mainly: blue. Hex color #403AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403AEF is #BFC510. Grayscale: #4F4F4F. Windows color (decimal): -12567825 or 15678016. OLE color: 15678016.
HSL color Cylindrical-coordinate representation of color #403AEF: hue angle of 241.99º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #403AEF is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 58 | 239 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.06 |
| HSL | 241.99º | 0.85% | 0.58% | - |
| HSV(B) | 241.99º | 0.76% | 0.94% | - |
| XYZ | 19.21 | 10.35 | 82.65 | - |
| YUV | 80.43 | 217.49 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 239 | 0.73 | 0.76 | 0 | 0.06 | 241.99 | 0.85 | 0.58 |
| Hex | 40 | 3A | EF | 49 | 4C | 0 | 6 | F2 | 55 | 3A |
| Octal | 100 | 72 | 357 | 111 | 114 | 0 | 6 | 362 | 125 | 72 |
| Binary | 1000000 | 111010 | 11101111 | 1001001 | 1001100 | 0 | 110 | 11110010 | 1010101 | 111010 |
Color Harmonies of #403AEF
Complementary color
Monochromatic Colors of #403AEF
Black with #403AEF
Text Example
Text Example
White with #403AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403AEF; }
p { color: rgb(64,58,239); }
H1.HeaderClassName
{
color: #403AEF;
}
.AnyTagClassName
{
color: #403AEF;
}
</style>
background-color css
<style>
a { background-color: #403AEF; }
a { background-color: rgb(64,58,239); }
div.DivClassName
{
background-color: #403AEF;
}
.BgClassName
{
background-color: #403AEF;
}
</style>
border-color css
<style>
span { border-color: #403AEF; }
span { border-color: rgb(64,58,239); }
td.TdClassName
{
border-color: #403AEF;
}
.TagClassName
{
border-color: #403AEF;
}
</style>