Shades of Neon Blue #403DF1
Tints of Neon Blue #403DF1
RGB
CMYK
RGB Variations
Color information
#403DF1 (or 0x403DF1) is known color: Neon Blue. HEX triplet: 40, 3D and F1. RGB value is (64,61,241). Sum of RGB (Red+Green+Blue) = 64+61+241=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 241 (94.53% from 255 or 65.85% from 366); Max value from RGB is 241 - color contains mainly: blue. Hex color #403DF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403DF1 is #BFC20E. Grayscale: #515151. Windows color (decimal): -12567055 or 15809856. OLE color: 15809856.
HSL color Cylindrical-coordinate representation of color #403DF1: hue angle of 241º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #403DF1 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 61 | 241 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.05 |
| HSL | 241º | 0.87% | 0.59% | - |
| HSV(B) | 241º | 0.75% | 0.95% | - |
| XYZ | 19.66 | 10.78 | 84.26 | - |
| YUV | 82.42 | 217.49 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 241 | 0.73 | 0.75 | 0 | 0.05 | 241 | 0.87 | 0.59 |
| Hex | 40 | 3D | F1 | 49 | 4B | 0 | 5 | F1 | 57 | 3B |
| Octal | 100 | 75 | 361 | 111 | 113 | 0 | 5 | 361 | 127 | 73 |
| Binary | 1000000 | 111101 | 11110001 | 1001001 | 1001011 | 0 | 101 | 11110001 | 1010111 | 111011 |
Color Harmonies of #403DF1
Complementary color
Monochromatic Colors of #403DF1
Black with #403DF1
Text Example
Text Example
White with #403DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403DF1; }
p { color: rgb(64,61,241); }
H1.HeaderClassName
{
color: #403DF1;
}
.AnyTagClassName
{
color: #403DF1;
}
</style>
background-color css
<style>
a { background-color: #403DF1; }
a { background-color: rgb(64,61,241); }
div.DivClassName
{
background-color: #403DF1;
}
.BgClassName
{
background-color: #403DF1;
}
</style>
border-color css
<style>
span { border-color: #403DF1; }
span { border-color: rgb(64,61,241); }
td.TdClassName
{
border-color: #403DF1;
}
.TagClassName
{
border-color: #403DF1;
}
</style>