Shades of Neon Blue #4056FA
Tints of Neon Blue #4056FA
RGB
CMYK
RGB Variations
Color information
#4056FA (or 0x4056FA) is known color: Neon Blue. HEX triplet: 40, 56 and FA. RGB value is (64,86,250). Sum of RGB (Red+Green+Blue) = 64+86+250=400 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #4056FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4056FA is #BFA905. Grayscale: #616161. Windows color (decimal): -12560646 or 16406080. OLE color: 16406080.
HSL color Cylindrical-coordinate representation of color #4056FA: hue angle of 232.9º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4056FA is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 86 | 250 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.02 |
| HSL | 232.9º | 0.95% | 0.62% | - |
| HSV(B) | 232.9º | 0.74% | 0.98% | - |
| XYZ | 22.7 | 14.65 | 92.07 | - |
| YUV | 98.12 | 213.71 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 86 | 250 | 0.74 | 0.66 | 0 | 0.02 | 232.9 | 0.95 | 0.62 |
| Hex | 40 | 56 | FA | 4A | 42 | 0 | 2 | E9 | 5F | 3E |
| Octal | 100 | 126 | 372 | 112 | 102 | 0 | 2 | 351 | 137 | 76 |
| Binary | 1000000 | 1010110 | 11111010 | 1001010 | 1000010 | 0 | 10 | 11101001 | 1011111 | 111110 |
Color Harmonies of #4056FA
Complementary color
Monochromatic Colors of #4056FA
Black with #4056FA
Text Example
Text Example
White with #4056FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4056FA; }
p { color: rgb(64,86,250); }
H1.HeaderClassName
{
color: #4056FA;
}
.AnyTagClassName
{
color: #4056FA;
}
</style>
background-color css
<style>
a { background-color: #4056FA; }
a { background-color: rgb(64,86,250); }
div.DivClassName
{
background-color: #4056FA;
}
.BgClassName
{
background-color: #4056FA;
}
</style>
border-color css
<style>
span { border-color: #4056FA; }
span { border-color: rgb(64,86,250); }
td.TdClassName
{
border-color: #4056FA;
}
.TagClassName
{
border-color: #4056FA;
}
</style>