Shades of Neon Blue #403BFC
Tints of Neon Blue #403BFC
RGB
CMYK
RGB Variations
Color information
#403BFC (or 0x403BFC) is known color: Neon Blue. HEX triplet: 40, 3B and FC. RGB value is (64,59,252). Sum of RGB (Red+Green+Blue) = 64+59+252=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #403BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403BFC is #BFC403. Grayscale: #515151. Windows color (decimal): -12567556 or 16530240. OLE color: 16530240.
HSL color Cylindrical-coordinate representation of color #403BFC: hue angle of 241.55º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #403BFC is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 59 | 252 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.01 |
| HSL | 241.55º | 0.97% | 0.61% | - |
| HSV(B) | 241.55º | 0.77% | 0.99% | - |
| XYZ | 21.25 | 11.25 | 93.15 | - |
| YUV | 82.5 | 223.66 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 252 | 0.75 | 0.77 | 0 | 0.01 | 241.55 | 0.97 | 0.61 |
| Hex | 40 | 3B | FC | 4B | 4D | 0 | 1 | F2 | 61 | 3D |
| Octal | 100 | 73 | 374 | 113 | 115 | 0 | 1 | 362 | 141 | 75 |
| Binary | 1000000 | 111011 | 11111100 | 1001011 | 1001101 | 0 | 1 | 11110010 | 1100001 | 111101 |
Color Harmonies of #403BFC
Complementary color
Monochromatic Colors of #403BFC
Black with #403BFC
Text Example
Text Example
White with #403BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403BFC; }
p { color: rgb(64,59,252); }
H1.HeaderClassName
{
color: #403BFC;
}
.AnyTagClassName
{
color: #403BFC;
}
</style>
background-color css
<style>
a { background-color: #403BFC; }
a { background-color: rgb(64,59,252); }
div.DivClassName
{
background-color: #403BFC;
}
.BgClassName
{
background-color: #403BFC;
}
</style>
border-color css
<style>
span { border-color: #403BFC; }
span { border-color: rgb(64,59,252); }
td.TdClassName
{
border-color: #403BFC;
}
.TagClassName
{
border-color: #403BFC;
}
</style>