Shades of Neon Blue #403AFB
Tints of Neon Blue #403AFB
RGB
CMYK
RGB Variations
Color information
#403AFB (or 0x403AFB) is known color: Neon Blue. HEX triplet: 40, 3A and FB. RGB value is (64,58,251). Sum of RGB (Red+Green+Blue) = 64+58+251=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #403AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403AFB is #BFC504. Grayscale: #515151. Windows color (decimal): -12567813 or 16464448. OLE color: 16464448.
HSL color Cylindrical-coordinate representation of color #403AFB: hue angle of 241.87º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #403AFB is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 58 | 251 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.02 |
| HSL | 241.87º | 0.96% | 0.61% | - |
| HSV(B) | 241.87º | 0.77% | 0.98% | - |
| XYZ | 21.04 | 11.08 | 92.3 | - |
| YUV | 81.8 | 223.49 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 251 | 0.75 | 0.77 | 0 | 0.02 | 241.87 | 0.96 | 0.61 |
| Hex | 40 | 3A | FB | 4B | 4D | 0 | 2 | F2 | 60 | 3D |
| Octal | 100 | 72 | 373 | 113 | 115 | 0 | 2 | 362 | 140 | 75 |
| Binary | 1000000 | 111010 | 11111011 | 1001011 | 1001101 | 0 | 10 | 11110010 | 1100000 | 111101 |
Color Harmonies of #403AFB
Complementary color
Monochromatic Colors of #403AFB
Black with #403AFB
Text Example
Text Example
White with #403AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403AFB; }
p { color: rgb(64,58,251); }
H1.HeaderClassName
{
color: #403AFB;
}
.AnyTagClassName
{
color: #403AFB;
}
</style>
background-color css
<style>
a { background-color: #403AFB; }
a { background-color: rgb(64,58,251); }
div.DivClassName
{
background-color: #403AFB;
}
.BgClassName
{
background-color: #403AFB;
}
</style>
border-color css
<style>
span { border-color: #403AFB; }
span { border-color: rgb(64,58,251); }
td.TdClassName
{
border-color: #403AFB;
}
.TagClassName
{
border-color: #403AFB;
}
</style>