Shades of Neon Blue #403DDF
Tints of Neon Blue #403DDF
RGB
CMYK
RGB Variations
Color information
#403DDF (or 0x403DDF) is known color: Neon Blue. HEX triplet: 40, 3D and DF. RGB value is (64,61,223). Sum of RGB (Red+Green+Blue) = 64+61+223=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 223 (87.5% from 255 or 64.08% from 348); Max value from RGB is 223 - color contains mainly: blue. Hex color #403DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403DDF is #BFC220. Grayscale: #4F4F4F. Windows color (decimal): -12567073 or 14630208. OLE color: 14630208.
HSL color Cylindrical-coordinate representation of color #403DDF: hue angle of 241.11º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #403DDF is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 61 | 223 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.13 |
| HSL | 241.11º | 0.72% | 0.56% | - |
| HSV(B) | 241.11º | 0.73% | 0.87% | - |
| XYZ | 17.1 | 9.76 | 70.79 | - |
| YUV | 80.37 | 208.49 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 223 | 0.71 | 0.73 | 0 | 0.13 | 241.11 | 0.72 | 0.56 |
| Hex | 40 | 3D | DF | 47 | 49 | 0 | D | F1 | 48 | 38 |
| Octal | 100 | 75 | 337 | 107 | 111 | 0 | 15 | 361 | 110 | 70 |
| Binary | 1000000 | 111101 | 11011111 | 1000111 | 1001001 | 0 | 1101 | 11110001 | 1001000 | 111000 |
Color Harmonies of #403DDF
Complementary color
Monochromatic Colors of #403DDF
Black with #403DDF
Text Example
Text Example
White with #403DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DDF; }
p { color: rgb(64,61,223); }
H1.HeaderClassName
{
color: #403DDF;
}
.AnyTagClassName
{
color: #403DDF;
}
</style>
background-color css
<style>
a { background-color: #403DDF; }
a { background-color: rgb(64,61,223); }
div.DivClassName
{
background-color: #403DDF;
}
.BgClassName
{
background-color: #403DDF;
}
</style>
border-color css
<style>
span { border-color: #403DDF; }
span { border-color: rgb(64,61,223); }
td.TdClassName
{
border-color: #403DDF;
}
.TagClassName
{
border-color: #403DDF;
}
</style>