Shades of Neon Blue #403BFF
Tints of Neon Blue #403BFF
RGB
CMYK
RGB Variations
Color information
#403BFF (or 0x403BFF) is known color: Neon Blue. HEX triplet: 40, 3B and FF. RGB value is (64,59,255). Sum of RGB (Red+Green+Blue) = 64+59+255=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #403BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403BFF is #BFC400. Grayscale: #525252. Windows color (decimal): -12567553 or 16726848. OLE color: 16726848.
HSL color Cylindrical-coordinate representation of color #403BFF: hue angle of 241.53º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #403BFF is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 59 | 255 | - |
| CMYK | 0.75 | 0.77 | 0 | 0 |
| HSL | 241.53º | 1% | 0.62% | - |
| HSV(B) | 241.53º | 0.77% | 1% | - |
| XYZ | 21.73 | 11.44 | 95.67 | - |
| YUV | 82.84 | 225.16 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 255 | 0.75 | 0.77 | 0 | 0 | 241.53 | 1 | 0.62 |
| Hex | 40 | 3B | FF | 4B | 4D | 0 | 0 | F2 | 64 | 3E |
| Octal | 100 | 73 | 377 | 113 | 115 | 0 | 0 | 362 | 144 | 76 |
| Binary | 1000000 | 111011 | 11111111 | 1001011 | 1001101 | 0 | 0 | 11110010 | 1100100 | 111110 |
Color Harmonies of #403BFF
Complementary color
Monochromatic Colors of #403BFF
Black with #403BFF
Text Example
Text Example
White with #403BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403BFF; }
p { color: rgb(64,59,255); }
H1.HeaderClassName
{
color: #403BFF;
}
.AnyTagClassName
{
color: #403BFF;
}
</style>
background-color css
<style>
a { background-color: #403BFF; }
a { background-color: rgb(64,59,255); }
div.DivClassName
{
background-color: #403BFF;
}
.BgClassName
{
background-color: #403BFF;
}
</style>
border-color css
<style>
span { border-color: #403BFF; }
span { border-color: rgb(64,59,255); }
td.TdClassName
{
border-color: #403BFF;
}
.TagClassName
{
border-color: #403BFF;
}
</style>