Shades of Neon Blue #4756FA
Tints of Neon Blue #4756FA
RGB
CMYK
RGB Variations
Color information
#4756FA (or 0x4756FA) is known color: Neon Blue. HEX triplet: 47, 56 and FA. RGB value is (71,86,250). Sum of RGB (Red+Green+Blue) = 71+86+250=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #4756FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4756FA is #B8A905. Grayscale: #636363. Windows color (decimal): -12101894 or 16406087. OLE color: 16406087.
HSL color Cylindrical-coordinate representation of color #4756FA: hue angle of 234.97º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4756FA is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 86 | 250 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.02 |
| HSL | 234.97º | 0.95% | 0.63% | - |
| HSV(B) | 234.97º | 0.72% | 0.98% | - |
| XYZ | 23.18 | 14.9 | 92.1 | - |
| YUV | 100.21 | 212.53 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 86 | 250 | 0.72 | 0.66 | 0 | 0.02 | 234.97 | 0.95 | 0.63 |
| Hex | 47 | 56 | FA | 48 | 42 | 0 | 2 | EB | 5F | 3F |
| Octal | 107 | 126 | 372 | 110 | 102 | 0 | 2 | 353 | 137 | 77 |
| Binary | 1000111 | 1010110 | 11111010 | 1001000 | 1000010 | 0 | 10 | 11101011 | 1011111 | 111111 |
Color Harmonies of #4756FA
Complementary color
Monochromatic Colors of #4756FA
Black with #4756FA
Text Example
Text Example
White with #4756FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4756FA; }
p { color: rgb(71,86,250); }
H1.HeaderClassName
{
color: #4756FA;
}
.AnyTagClassName
{
color: #4756FA;
}
</style>
background-color css
<style>
a { background-color: #4756FA; }
a { background-color: rgb(71,86,250); }
div.DivClassName
{
background-color: #4756FA;
}
.BgClassName
{
background-color: #4756FA;
}
</style>
border-color css
<style>
span { border-color: #4756FA; }
span { border-color: rgb(71,86,250); }
td.TdClassName
{
border-color: #4756FA;
}
.TagClassName
{
border-color: #4756FA;
}
</style>