Shades of Neon Blue #403EDF
Tints of Neon Blue #403EDF
RGB
CMYK
RGB Variations
Color information
#403EDF (or 0x403EDF) is known color: Neon Blue. HEX triplet: 40, 3E and DF. RGB value is (64,62,223). Sum of RGB (Red+Green+Blue) = 64+62+223=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 223 (87.5% from 255 or 63.90% from 349); Max value from RGB is 223 - color contains mainly: blue. Hex color #403EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403EDF is #BFC120. Grayscale: #505050. Windows color (decimal): -12566817 or 14630464. OLE color: 14630464.
HSL color Cylindrical-coordinate representation of color #403EDF: hue angle of 240.75º degrees, saturation: 0.72, 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 #403EDF is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 62 | 223 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.13 |
| HSL | 240.75º | 0.72% | 0.56% | - |
| HSV(B) | 240.75º | 0.72% | 0.87% | - |
| XYZ | 17.16 | 9.86 | 70.81 | - |
| YUV | 80.95 | 208.16 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 223 | 0.71 | 0.72 | 0 | 0.13 | 240.75 | 0.72 | 0.56 |
| Hex | 40 | 3E | DF | 47 | 48 | 0 | D | F1 | 48 | 38 |
| Octal | 100 | 76 | 337 | 107 | 110 | 0 | 15 | 361 | 110 | 70 |
| Binary | 1000000 | 111110 | 11011111 | 1000111 | 1001000 | 0 | 1101 | 11110001 | 1001000 | 111000 |
Color Harmonies of #403EDF
Complementary color
Monochromatic Colors of #403EDF
Black with #403EDF
Text Example
Text Example
White with #403EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403EDF; }
p { color: rgb(64,62,223); }
H1.HeaderClassName
{
color: #403EDF;
}
.AnyTagClassName
{
color: #403EDF;
}
</style>
background-color css
<style>
a { background-color: #403EDF; }
a { background-color: rgb(64,62,223); }
div.DivClassName
{
background-color: #403EDF;
}
.BgClassName
{
background-color: #403EDF;
}
</style>
border-color css
<style>
span { border-color: #403EDF; }
span { border-color: rgb(64,62,223); }
td.TdClassName
{
border-color: #403EDF;
}
.TagClassName
{
border-color: #403EDF;
}
</style>