Shades of Neon Blue #403FF7
Tints of Neon Blue #403FF7
RGB
CMYK
RGB Variations
Color information
#403FF7 (or 0x403FF7) is known color: Neon Blue. HEX triplet: 40, 3F and F7. RGB value is (64,63,247). Sum of RGB (Red+Green+Blue) = 64+63+247=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 247 (96.88% from 255 or 66.04% from 374); Max value from RGB is 247 - color contains mainly: blue. Hex color #403FF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403FF7 is #BFC008. Grayscale: #535353. Windows color (decimal): -12566537 or 16203584. OLE color: 16203584.
HSL color Cylindrical-coordinate representation of color #403FF7: hue angle of 240.33º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #403FF7 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 63 | 247 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.03 |
| HSL | 240.33º | 0.92% | 0.61% | - |
| HSV(B) | 240.33º | 0.74% | 0.97% | - |
| XYZ | 20.68 | 11.36 | 89.1 | - |
| YUV | 84.28 | 219.83 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 247 | 0.74 | 0.74 | 0 | 0.03 | 240.33 | 0.92 | 0.61 |
| Hex | 40 | 3F | F7 | 4A | 4A | 0 | 3 | F0 | 5C | 3D |
| Octal | 100 | 77 | 367 | 112 | 112 | 0 | 3 | 360 | 134 | 75 |
| Binary | 1000000 | 111111 | 11110111 | 1001010 | 1001010 | 0 | 11 | 11110000 | 1011100 | 111101 |
Color Harmonies of #403FF7
Complementary color
Monochromatic Colors of #403FF7
Black with #403FF7
Text Example
Text Example
White with #403FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FF7; }
p { color: rgb(64,63,247); }
H1.HeaderClassName
{
color: #403FF7;
}
.AnyTagClassName
{
color: #403FF7;
}
</style>
background-color css
<style>
a { background-color: #403FF7; }
a { background-color: rgb(64,63,247); }
div.DivClassName
{
background-color: #403FF7;
}
.BgClassName
{
background-color: #403FF7;
}
</style>
border-color css
<style>
span { border-color: #403FF7; }
span { border-color: rgb(64,63,247); }
td.TdClassName
{
border-color: #403FF7;
}
.TagClassName
{
border-color: #403FF7;
}
</style>