Shades of Neon Blue #403EFC
Tints of Neon Blue #403EFC
RGB
CMYK
RGB Variations
Color information
#403EFC (or 0x403EFC) is known color: Neon Blue. HEX triplet: 40, 3E and FC. RGB value is (64,62,252). Sum of RGB (Red+Green+Blue) = 64+62+252=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #403EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403EFC is #BFC103. Grayscale: #535353. Windows color (decimal): -12566788 or 16531008. OLE color: 16531008.
HSL color Cylindrical-coordinate representation of color #403EFC: hue angle of 240.63º degrees, saturation: 0.97, 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 #403EFC is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 62 | 252 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.01 |
| HSL | 240.63º | 0.97% | 0.62% | - |
| HSV(B) | 240.63º | 0.75% | 0.99% | - |
| XYZ | 21.41 | 11.56 | 93.2 | - |
| YUV | 84.26 | 222.66 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 252 | 0.75 | 0.75 | 0 | 0.01 | 240.63 | 0.97 | 0.62 |
| Hex | 40 | 3E | FC | 4B | 4B | 0 | 1 | F1 | 61 | 3E |
| Octal | 100 | 76 | 374 | 113 | 113 | 0 | 1 | 361 | 141 | 76 |
| Binary | 1000000 | 111110 | 11111100 | 1001011 | 1001011 | 0 | 1 | 11110001 | 1100001 | 111110 |
Color Harmonies of #403EFC
Complementary color
Monochromatic Colors of #403EFC
Black with #403EFC
Text Example
Text Example
White with #403EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403EFC; }
p { color: rgb(64,62,252); }
H1.HeaderClassName
{
color: #403EFC;
}
.AnyTagClassName
{
color: #403EFC;
}
</style>
background-color css
<style>
a { background-color: #403EFC; }
a { background-color: rgb(64,62,252); }
div.DivClassName
{
background-color: #403EFC;
}
.BgClassName
{
background-color: #403EFC;
}
</style>
border-color css
<style>
span { border-color: #403EFC; }
span { border-color: rgb(64,62,252); }
td.TdClassName
{
border-color: #403EFC;
}
.TagClassName
{
border-color: #403EFC;
}
</style>