Shades of Neon Blue #403CFA
Tints of Neon Blue #403CFA
RGB
CMYK
RGB Variations
Color information
#403CFA (or 0x403CFA) is known color: Neon Blue. HEX triplet: 40, 3C and FA. RGB value is (64,60,250). Sum of RGB (Red+Green+Blue) = 64+60+250=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 250 (98.05% from 255 or 66.84% from 374); Max value from RGB is 250 - color contains mainly: blue. Hex color #403CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #403CFA is #BFC305. Grayscale: #525252. Windows color (decimal): -12567302 or 16399424. OLE color: 16399424.
HSL color Cylindrical-coordinate representation of color #403CFA: hue angle of 241.26º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #403CFA is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 60 | 250 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.02 |
| HSL | 241.26º | 0.95% | 0.61% | - |
| HSV(B) | 241.26º | 0.76% | 0.98% | - |
| XYZ | 20.99 | 11.22 | 91.5 | - |
| YUV | 82.86 | 222.33 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 250 | 0.74 | 0.76 | 0 | 0.02 | 241.26 | 0.95 | 0.61 |
| Hex | 40 | 3C | FA | 4A | 4C | 0 | 2 | F1 | 5F | 3D |
| Octal | 100 | 74 | 372 | 112 | 114 | 0 | 2 | 361 | 137 | 75 |
| Binary | 1000000 | 111100 | 11111010 | 1001010 | 1001100 | 0 | 10 | 11110001 | 1011111 | 111101 |
Color Harmonies of #403CFA
Complementary color
Monochromatic Colors of #403CFA
Black with #403CFA
Text Example
Text Example
White with #403CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403CFA; }
p { color: rgb(64,60,250); }
H1.HeaderClassName
{
color: #403CFA;
}
.AnyTagClassName
{
color: #403CFA;
}
</style>
background-color css
<style>
a { background-color: #403CFA; }
a { background-color: rgb(64,60,250); }
div.DivClassName
{
background-color: #403CFA;
}
.BgClassName
{
background-color: #403CFA;
}
</style>
border-color css
<style>
span { border-color: #403CFA; }
span { border-color: rgb(64,60,250); }
td.TdClassName
{
border-color: #403CFA;
}
.TagClassName
{
border-color: #403CFA;
}
</style>