Shades of Neon Blue #403EFE
Tints of Neon Blue #403EFE
RGB
CMYK
RGB Variations
Color information
#403EFE (or 0x403EFE) is known color: Neon Blue. HEX triplet: 40, 3E and FE. RGB value is (64,62,254). Sum of RGB (Red+Green+Blue) = 64+62+254=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #403EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403EFE is #BFC101. Grayscale: #535353. Windows color (decimal): -12566786 or 16662080. OLE color: 16662080.
HSL color Cylindrical-coordinate representation of color #403EFE: hue angle of 240.62º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #403EFE is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 62 | 254 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.00 |
| HSL | 240.63º | 0.99% | 0.62% | - |
| HSV(B) | 240.63º | 0.76% | 1% | - |
| XYZ | 21.73 | 11.69 | 94.88 | - |
| YUV | 84.49 | 223.66 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 254 | 0.75 | 0.76 | 0 | 0.00 | 240.63 | 0.99 | 0.62 |
| Hex | 40 | 3E | FE | 4B | 4C | 0 | 0 | F1 | 63 | 3E |
| Octal | 100 | 76 | 376 | 113 | 114 | 0 | 0 | 361 | 143 | 76 |
| Binary | 1000000 | 111110 | 11111110 | 1001011 | 1001100 | 0 | 0 | 11110001 | 1100011 | 111110 |
Color Harmonies of #403EFE
Complementary color
Monochromatic Colors of #403EFE
Black with #403EFE
Text Example
Text Example
White with #403EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403EFE; }
p { color: rgb(64,62,254); }
H1.HeaderClassName
{
color: #403EFE;
}
.AnyTagClassName
{
color: #403EFE;
}
</style>
background-color css
<style>
a { background-color: #403EFE; }
a { background-color: rgb(64,62,254); }
div.DivClassName
{
background-color: #403EFE;
}
.BgClassName
{
background-color: #403EFE;
}
</style>
border-color css
<style>
span { border-color: #403EFE; }
span { border-color: rgb(64,62,254); }
td.TdClassName
{
border-color: #403EFE;
}
.TagClassName
{
border-color: #403EFE;
}
</style>