Shades of Neon Blue #403AF7
Tints of Neon Blue #403AF7
RGB
CMYK
RGB Variations
Color information
#403AF7 (or 0x403AF7) is known color: Neon Blue. HEX triplet: 40, 3A and F7. RGB value is (64,58,247). Sum of RGB (Red+Green+Blue) = 64+58+247=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 247 (96.88% from 255 or 66.94% from 369); Max value from RGB is 247 - color contains mainly: blue. Hex color #403AF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403AF7 is #BFC508. Grayscale: #505050. Windows color (decimal): -12567817 or 16202304. OLE color: 16202304.
HSL color Cylindrical-coordinate representation of color #403AF7: hue angle of 241.9º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #403AF7 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 58 | 247 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.03 |
| HSL | 241.9º | 0.92% | 0.6% | - |
| HSV(B) | 241.9º | 0.77% | 0.97% | - |
| XYZ | 20.42 | 10.83 | 89.01 | - |
| YUV | 81.34 | 221.49 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 247 | 0.74 | 0.77 | 0 | 0.03 | 241.9 | 0.92 | 0.6 |
| Hex | 40 | 3A | F7 | 4A | 4D | 0 | 3 | F2 | 5C | 3C |
| Octal | 100 | 72 | 367 | 112 | 115 | 0 | 3 | 362 | 134 | 74 |
| Binary | 1000000 | 111010 | 11110111 | 1001010 | 1001101 | 0 | 11 | 11110010 | 1011100 | 111100 |
Color Harmonies of #403AF7
Complementary color
Monochromatic Colors of #403AF7
Black with #403AF7
Text Example
Text Example
White with #403AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403AF7; }
p { color: rgb(64,58,247); }
H1.HeaderClassName
{
color: #403AF7;
}
.AnyTagClassName
{
color: #403AF7;
}
</style>
background-color css
<style>
a { background-color: #403AF7; }
a { background-color: rgb(64,58,247); }
div.DivClassName
{
background-color: #403AF7;
}
.BgClassName
{
background-color: #403AF7;
}
</style>
border-color css
<style>
span { border-color: #403AF7; }
span { border-color: rgb(64,58,247); }
td.TdClassName
{
border-color: #403AF7;
}
.TagClassName
{
border-color: #403AF7;
}
</style>