Shades of Neon Blue #403FDF
Tints of Neon Blue #403FDF
RGB
CMYK
RGB Variations
Color information
#403FDF (or 0x403FDF) is known color: Neon Blue. HEX triplet: 40, 3F and DF. RGB value is (64,63,223). Sum of RGB (Red+Green+Blue) = 64+63+223=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #403FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FDF is #BFC020. Grayscale: #505050. Windows color (decimal): -12566561 or 14630720. OLE color: 14630720.
HSL color Cylindrical-coordinate representation of color #403FDF: hue angle of 240.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #403FDF is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 63 | 223 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.13 |
| HSL | 240.38º | 0.71% | 0.56% | - |
| HSV(B) | 240.38º | 0.72% | 0.87% | - |
| XYZ | 17.21 | 9.97 | 70.83 | - |
| YUV | 81.54 | 207.83 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 223 | 0.71 | 0.72 | 0 | 0.13 | 240.38 | 0.71 | 0.56 |
| Hex | 40 | 3F | DF | 47 | 48 | 0 | D | F0 | 47 | 38 |
| Octal | 100 | 77 | 337 | 107 | 110 | 0 | 15 | 360 | 107 | 70 |
| Binary | 1000000 | 111111 | 11011111 | 1000111 | 1001000 | 0 | 1101 | 11110000 | 1000111 | 111000 |
Color Harmonies of #403FDF
Complementary color
Monochromatic Colors of #403FDF
Black with #403FDF
Text Example
Text Example
White with #403FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FDF; }
p { color: rgb(64,63,223); }
H1.HeaderClassName
{
color: #403FDF;
}
.AnyTagClassName
{
color: #403FDF;
}
</style>
background-color css
<style>
a { background-color: #403FDF; }
a { background-color: rgb(64,63,223); }
div.DivClassName
{
background-color: #403FDF;
}
.BgClassName
{
background-color: #403FDF;
}
</style>
border-color css
<style>
span { border-color: #403FDF; }
span { border-color: rgb(64,63,223); }
td.TdClassName
{
border-color: #403FDF;
}
.TagClassName
{
border-color: #403FDF;
}
</style>