Shades of Neon Blue #5970FF
Tints of Neon Blue #5970FF
RGB
CMYK
RGB Variations
Color information
#5970FF (or 0x5970FF) is known color: Neon Blue. HEX triplet: 59, 70 and FF. RGB value is (89,112,255). Sum of RGB (Red+Green+Blue) = 89+112+255=456 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.52% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #5970FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5970FF is #A68F00. Grayscale: #787878. Windows color (decimal): -10915585 or 16740441. OLE color: 16740441.
HSL color Cylindrical-coordinate representation of color #5970FF: hue angle of 231.69º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5970FF is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 112 | 255 | - |
| CMYK | 0.65 | 0.56 | 0 | 0 |
| HSL | 231.69º | 1% | 0.67% | - |
| HSV(B) | 231.69º | 0.65% | 1% | - |
| XYZ | 27.96 | 20.93 | 97.17 | - |
| YUV | 121.43 | 203.38 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 112 | 255 | 0.65 | 0.56 | 0 | 0 | 231.69 | 1 | 0.67 |
| Hex | 59 | 70 | FF | 41 | 38 | 0 | 0 | E8 | 64 | 43 |
| Octal | 131 | 160 | 377 | 101 | 70 | 0 | 0 | 350 | 144 | 103 |
| Binary | 1011001 | 1110000 | 11111111 | 1000001 | 111000 | 0 | 0 | 11101000 | 1100100 | 1000011 |
Color Harmonies of #5970FF
Complementary color
Monochromatic Colors of #5970FF
Black with #5970FF
Text Example
Text Example
White with #5970FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5970FF; }
p { color: rgb(89,112,255); }
H1.HeaderClassName
{
color: #5970FF;
}
.AnyTagClassName
{
color: #5970FF;
}
</style>
background-color css
<style>
a { background-color: #5970FF; }
a { background-color: rgb(89,112,255); }
div.DivClassName
{
background-color: #5970FF;
}
.BgClassName
{
background-color: #5970FF;
}
</style>
border-color css
<style>
span { border-color: #5970FF; }
span { border-color: rgb(89,112,255); }
td.TdClassName
{
border-color: #5970FF;
}
.TagClassName
{
border-color: #5970FF;
}
</style>