Shades of Neon Blue #5958FD
Tints of Neon Blue #5958FD
RGB
CMYK
RGB Variations
Color information
#5958FD (or 0x5958FD) is known color: Neon Blue. HEX triplet: 59, 58 and FD. RGB value is (89,88,253). Sum of RGB (Red+Green+Blue) = 89+88+253=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #5958FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5958FD is #A6A702. Grayscale: #6A6A6A. Windows color (decimal): -10921731 or 16603225. OLE color: 16603225.
HSL color Cylindrical-coordinate representation of color #5958FD: hue angle of 240.36º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5958FD is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 88 | 253 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.01 |
| HSL | 240.36º | 0.98% | 0.67% | - |
| HSV(B) | 240.36º | 0.65% | 0.99% | - |
| XYZ | 25.34 | 16.2 | 94.72 | - |
| YUV | 107.11 | 210.33 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 253 | 0.65 | 0.65 | 0 | 0.01 | 240.36 | 0.98 | 0.67 |
| Hex | 59 | 58 | FD | 41 | 41 | 0 | 1 | F0 | 62 | 43 |
| Octal | 131 | 130 | 375 | 101 | 101 | 0 | 1 | 360 | 142 | 103 |
| Binary | 1011001 | 1011000 | 11111101 | 1000001 | 1000001 | 0 | 1 | 11110000 | 1100010 | 1000011 |
Color Harmonies of #5958FD
Complementary color
Monochromatic Colors of #5958FD
Black with #5958FD
Text Example
Text Example
White with #5958FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5958FD; }
p { color: rgb(89,88,253); }
H1.HeaderClassName
{
color: #5958FD;
}
.AnyTagClassName
{
color: #5958FD;
}
</style>
background-color css
<style>
a { background-color: #5958FD; }
a { background-color: rgb(89,88,253); }
div.DivClassName
{
background-color: #5958FD;
}
.BgClassName
{
background-color: #5958FD;
}
</style>
border-color css
<style>
span { border-color: #5958FD; }
span { border-color: rgb(89,88,253); }
td.TdClassName
{
border-color: #5958FD;
}
.TagClassName
{
border-color: #5958FD;
}
</style>