Shades of Neon Blue #5A71FF
Tints of Neon Blue #5A71FF
RGB
CMYK
RGB Variations
Color information
#5A71FF (or 0x5A71FF) is known color: Neon Blue. HEX triplet: 5A, 71 and FF. RGB value is (90,113,255). Sum of RGB (Red+Green+Blue) = 90+113+255=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A71FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A71FF is #A58E00. Grayscale: #797979. Windows color (decimal): -10849793 or 16740698. OLE color: 16740698.
HSL color Cylindrical-coordinate representation of color #5A71FF: hue angle of 231.64º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A71FF is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 113 | 255 | - |
| CMYK | 0.65 | 0.56 | 0 | 0 |
| HSL | 231.64º | 1% | 0.68% | - |
| HSV(B) | 231.64º | 0.65% | 1% | - |
| XYZ | 28.17 | 21.2 | 97.22 | - |
| YUV | 122.31 | 202.88 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 255 | 0.65 | 0.56 | 0 | 0 | 231.64 | 1 | 0.68 |
| Hex | 5A | 71 | FF | 41 | 38 | 0 | 0 | E8 | 64 | 44 |
| Octal | 132 | 161 | 377 | 101 | 70 | 0 | 0 | 350 | 144 | 104 |
| Binary | 1011010 | 1110001 | 11111111 | 1000001 | 111000 | 0 | 0 | 11101000 | 1100100 | 1000100 |
Color Harmonies of #5A71FF
Complementary color
Monochromatic Colors of #5A71FF
Black with #5A71FF
Text Example
Text Example
White with #5A71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A71FF; }
p { color: rgb(90,113,255); }
H1.HeaderClassName
{
color: #5A71FF;
}
.AnyTagClassName
{
color: #5A71FF;
}
</style>
background-color css
<style>
a { background-color: #5A71FF; }
a { background-color: rgb(90,113,255); }
div.DivClassName
{
background-color: #5A71FF;
}
.BgClassName
{
background-color: #5A71FF;
}
</style>
border-color css
<style>
span { border-color: #5A71FF; }
span { border-color: rgb(90,113,255); }
td.TdClassName
{
border-color: #5A71FF;
}
.TagClassName
{
border-color: #5A71FF;
}
</style>