Shades of Neon Blue #5970FE
Tints of Neon Blue #5970FE
RGB
CMYK
RGB Variations
Color information
#5970FE (or 0x5970FE) is known color: Neon Blue. HEX triplet: 59, 70 and FE. RGB value is (89,112,254). Sum of RGB (Red+Green+Blue) = 89+112+254=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #5970FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5970FE is #A68F01. Grayscale: #787878. Windows color (decimal): -10915586 or 16674905. OLE color: 16674905.
HSL color Cylindrical-coordinate representation of color #5970FE: hue angle of 231.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5970FE is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 112 | 254 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.00 |
| HSL | 231.64º | 0.99% | 0.67% | - |
| HSV(B) | 231.64º | 0.65% | 1% | - |
| XYZ | 27.8 | 20.87 | 96.33 | - |
| YUV | 121.31 | 202.88 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 112 | 254 | 0.65 | 0.56 | 0 | 0.00 | 231.64 | 0.99 | 0.67 |
| Hex | 59 | 70 | FE | 41 | 38 | 0 | 0 | E8 | 63 | 43 |
| Octal | 131 | 160 | 376 | 101 | 70 | 0 | 0 | 350 | 143 | 103 |
| Binary | 1011001 | 1110000 | 11111110 | 1000001 | 111000 | 0 | 0 | 11101000 | 1100011 | 1000011 |
Color Harmonies of #5970FE
Complementary color
Monochromatic Colors of #5970FE
Black with #5970FE
Text Example
Text Example
White with #5970FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5970FE; }
p { color: rgb(89,112,254); }
H1.HeaderClassName
{
color: #5970FE;
}
.AnyTagClassName
{
color: #5970FE;
}
</style>
background-color css
<style>
a { background-color: #5970FE; }
a { background-color: rgb(89,112,254); }
div.DivClassName
{
background-color: #5970FE;
}
.BgClassName
{
background-color: #5970FE;
}
</style>
border-color css
<style>
span { border-color: #5970FE; }
span { border-color: rgb(89,112,254); }
td.TdClassName
{
border-color: #5970FE;
}
.TagClassName
{
border-color: #5970FE;
}
</style>