Shades of Neon Blue #403EFD
Tints of Neon Blue #403EFD
RGB
CMYK
RGB Variations
Color information
#403EFD (or 0x403EFD) is known color: Neon Blue. HEX triplet: 40, 3E and FD. RGB value is (64,62,253). Sum of RGB (Red+Green+Blue) = 64+62+253=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #403EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403EFD is #BFC102. Grayscale: #535353. Windows color (decimal): -12566787 or 16596544. OLE color: 16596544.
HSL color Cylindrical-coordinate representation of color #403EFD: hue angle of 240.63º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #403EFD is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 62 | 253 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.01 |
| HSL | 240.63º | 0.98% | 0.62% | - |
| HSV(B) | 240.63º | 0.75% | 0.99% | - |
| XYZ | 21.57 | 11.63 | 94.04 | - |
| YUV | 84.37 | 223.16 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 253 | 0.75 | 0.75 | 0 | 0.01 | 240.63 | 0.98 | 0.62 |
| Hex | 40 | 3E | FD | 4B | 4B | 0 | 1 | F1 | 62 | 3E |
| Octal | 100 | 76 | 375 | 113 | 113 | 0 | 1 | 361 | 142 | 76 |
| Binary | 1000000 | 111110 | 11111101 | 1001011 | 1001011 | 0 | 1 | 11110001 | 1100010 | 111110 |
Color Harmonies of #403EFD
Complementary color
Monochromatic Colors of #403EFD
Black with #403EFD
Text Example
Text Example
White with #403EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403EFD; }
p { color: rgb(64,62,253); }
H1.HeaderClassName
{
color: #403EFD;
}
.AnyTagClassName
{
color: #403EFD;
}
</style>
background-color css
<style>
a { background-color: #403EFD; }
a { background-color: rgb(64,62,253); }
div.DivClassName
{
background-color: #403EFD;
}
.BgClassName
{
background-color: #403EFD;
}
</style>
border-color css
<style>
span { border-color: #403EFD; }
span { border-color: rgb(64,62,253); }
td.TdClassName
{
border-color: #403EFD;
}
.TagClassName
{
border-color: #403EFD;
}
</style>