Shades of Neon Blue #403FFB
Tints of Neon Blue #403FFB
RGB
CMYK
RGB Variations
Color information
#403FFB (or 0x403FFB) is known color: Neon Blue. HEX triplet: 40, 3F and FB. RGB value is (64,63,251). Sum of RGB (Red+Green+Blue) = 64+63+251=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #403FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403FFB is #BFC004. Grayscale: #535353. Windows color (decimal): -12566533 or 16465728. OLE color: 16465728.
HSL color Cylindrical-coordinate representation of color #403FFB: hue angle of 240.32º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #403FFB is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 63 | 251 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.02 |
| HSL | 240.32º | 0.96% | 0.62% | - |
| HSV(B) | 240.32º | 0.75% | 0.98% | - |
| XYZ | 21.3 | 11.61 | 92.38 | - |
| YUV | 84.73 | 221.83 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 251 | 0.75 | 0.75 | 0 | 0.02 | 240.32 | 0.96 | 0.62 |
| Hex | 40 | 3F | FB | 4B | 4B | 0 | 2 | F0 | 60 | 3E |
| Octal | 100 | 77 | 373 | 113 | 113 | 0 | 2 | 360 | 140 | 76 |
| Binary | 1000000 | 111111 | 11111011 | 1001011 | 1001011 | 0 | 10 | 11110000 | 1100000 | 111110 |
Color Harmonies of #403FFB
Complementary color
Monochromatic Colors of #403FFB
Black with #403FFB
Text Example
Text Example
White with #403FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FFB; }
p { color: rgb(64,63,251); }
H1.HeaderClassName
{
color: #403FFB;
}
.AnyTagClassName
{
color: #403FFB;
}
</style>
background-color css
<style>
a { background-color: #403FFB; }
a { background-color: rgb(64,63,251); }
div.DivClassName
{
background-color: #403FFB;
}
.BgClassName
{
background-color: #403FFB;
}
</style>
border-color css
<style>
span { border-color: #403FFB; }
span { border-color: rgb(64,63,251); }
td.TdClassName
{
border-color: #403FFB;
}
.TagClassName
{
border-color: #403FFB;
}
</style>