Shades of Neon Blue #403BFB
Tints of Neon Blue #403BFB
RGB
CMYK
RGB Variations
Color information
#403BFB (or 0x403BFB) is known color: Neon Blue. HEX triplet: 40, 3B and FB. RGB value is (64,59,251). Sum of RGB (Red+Green+Blue) = 64+59+251=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #403BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403BFB is #BFC404. Grayscale: #515151. Windows color (decimal): -12567557 or 16464704. OLE color: 16464704.
HSL color Cylindrical-coordinate representation of color #403BFB: hue angle of 241.56º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #403BFB is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 59 | 251 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.02 |
| HSL | 241.56º | 0.96% | 0.61% | - |
| HSV(B) | 241.56º | 0.76% | 0.98% | - |
| XYZ | 21.09 | 11.18 | 92.31 | - |
| YUV | 82.38 | 223.16 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 251 | 0.75 | 0.76 | 0 | 0.02 | 241.56 | 0.96 | 0.61 |
| Hex | 40 | 3B | FB | 4B | 4C | 0 | 2 | F2 | 60 | 3D |
| Octal | 100 | 73 | 373 | 113 | 114 | 0 | 2 | 362 | 140 | 75 |
| Binary | 1000000 | 111011 | 11111011 | 1001011 | 1001100 | 0 | 10 | 11110010 | 1100000 | 111101 |
Color Harmonies of #403BFB
Complementary color
Monochromatic Colors of #403BFB
Black with #403BFB
Text Example
Text Example
White with #403BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403BFB; }
p { color: rgb(64,59,251); }
H1.HeaderClassName
{
color: #403BFB;
}
.AnyTagClassName
{
color: #403BFB;
}
</style>
background-color css
<style>
a { background-color: #403BFB; }
a { background-color: rgb(64,59,251); }
div.DivClassName
{
background-color: #403BFB;
}
.BgClassName
{
background-color: #403BFB;
}
</style>
border-color css
<style>
span { border-color: #403BFB; }
span { border-color: rgb(64,59,251); }
td.TdClassName
{
border-color: #403BFB;
}
.TagClassName
{
border-color: #403BFB;
}
</style>