Shades of Neon Blue #403AFF
Tints of Neon Blue #403AFF
RGB
CMYK
RGB Variations
Color information
#403AFF (or 0x403AFF) is known color: Neon Blue. HEX triplet: 40, 3A and FF. RGB value is (64,58,255). Sum of RGB (Red+Green+Blue) = 64+58+255=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #403AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403AFF is #BFC500. Grayscale: #515151. Windows color (decimal): -12567809 or 16726592. OLE color: 16726592.
HSL color Cylindrical-coordinate representation of color #403AFF: hue angle of 241.83º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #403AFF is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 58 | 255 | - |
| CMYK | 0.75 | 0.77 | 0 | 0 |
| HSL | 241.83º | 1% | 0.61% | - |
| HSV(B) | 241.83º | 0.77% | 1% | - |
| XYZ | 21.68 | 11.34 | 95.65 | - |
| YUV | 82.25 | 225.49 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 255 | 0.75 | 0.77 | 0 | 0 | 241.83 | 1 | 0.61 |
| Hex | 40 | 3A | FF | 4B | 4D | 0 | 0 | F2 | 64 | 3D |
| Octal | 100 | 72 | 377 | 113 | 115 | 0 | 0 | 362 | 144 | 75 |
| Binary | 1000000 | 111010 | 11111111 | 1001011 | 1001101 | 0 | 0 | 11110010 | 1100100 | 111101 |
Color Harmonies of #403AFF
Complementary color
Monochromatic Colors of #403AFF
Black with #403AFF
Text Example
Text Example
White with #403AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403AFF; }
p { color: rgb(64,58,255); }
H1.HeaderClassName
{
color: #403AFF;
}
.AnyTagClassName
{
color: #403AFF;
}
</style>
background-color css
<style>
a { background-color: #403AFF; }
a { background-color: rgb(64,58,255); }
div.DivClassName
{
background-color: #403AFF;
}
.BgClassName
{
background-color: #403AFF;
}
</style>
border-color css
<style>
span { border-color: #403AFF; }
span { border-color: rgb(64,58,255); }
td.TdClassName
{
border-color: #403AFF;
}
.TagClassName
{
border-color: #403AFF;
}
</style>