Shades of Neon Blue #403BDF
Tints of Neon Blue #403BDF
RGB
CMYK
RGB Variations
Color information
#403BDF (or 0x403BDF) is known color: Neon Blue. HEX triplet: 40, 3B and DF. RGB value is (64,59,223). Sum of RGB (Red+Green+Blue) = 64+59+223=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #403BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403BDF is #BFC420. Grayscale: #4E4E4E. Windows color (decimal): -12567585 or 14629696. OLE color: 14629696.
HSL color Cylindrical-coordinate representation of color #403BDF: hue angle of 241.83º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #403BDF is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 59 | 223 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.13 |
| HSL | 241.83º | 0.72% | 0.55% | - |
| HSV(B) | 241.83º | 0.74% | 0.87% | - |
| XYZ | 17 | 9.55 | 70.76 | - |
| YUV | 79.19 | 209.16 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 223 | 0.71 | 0.74 | 0 | 0.13 | 241.83 | 0.72 | 0.55 |
| Hex | 40 | 3B | DF | 47 | 4A | 0 | D | F2 | 48 | 37 |
| Octal | 100 | 73 | 337 | 107 | 112 | 0 | 15 | 362 | 110 | 67 |
| Binary | 1000000 | 111011 | 11011111 | 1000111 | 1001010 | 0 | 1101 | 11110010 | 1001000 | 110111 |
Color Harmonies of #403BDF
Complementary color
Monochromatic Colors of #403BDF
Black with #403BDF
Text Example
Text Example
White with #403BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403BDF; }
p { color: rgb(64,59,223); }
H1.HeaderClassName
{
color: #403BDF;
}
.AnyTagClassName
{
color: #403BDF;
}
</style>
background-color css
<style>
a { background-color: #403BDF; }
a { background-color: rgb(64,59,223); }
div.DivClassName
{
background-color: #403BDF;
}
.BgClassName
{
background-color: #403BDF;
}
</style>
border-color css
<style>
span { border-color: #403BDF; }
span { border-color: rgb(64,59,223); }
td.TdClassName
{
border-color: #403BDF;
}
.TagClassName
{
border-color: #403BDF;
}
</style>