Shades of Neon Blue #5948ED
Tints of Neon Blue #5948ED
RGB
CMYK
RGB Variations
Color information
#5948ED (or 0x5948ED) is known color: Neon Blue. HEX triplet: 59, 48 and ED. RGB value is (89,72,237). Sum of RGB (Red+Green+Blue) = 89+72+237=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #5948ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5948ED is #A6B712. Grayscale: #5F5F5F. Windows color (decimal): -10925843 or 15550553. OLE color: 15550553.
HSL color Cylindrical-coordinate representation of color #5948ED: hue angle of 246.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5948ED is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 72 | 237 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.07 |
| HSL | 246.18º | 0.82% | 0.61% | - |
| HSV(B) | 246.18º | 0.7% | 0.93% | - |
| XYZ | 21.72 | 12.87 | 81.46 | - |
| YUV | 95.89 | 207.63 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 237 | 0.62 | 0.70 | 0 | 0.07 | 246.18 | 0.82 | 0.61 |
| Hex | 59 | 48 | ED | 3E | 46 | 0 | 7 | F6 | 52 | 3D |
| Octal | 131 | 110 | 355 | 76 | 106 | 0 | 7 | 366 | 122 | 75 |
| Binary | 1011001 | 1001000 | 11101101 | 111110 | 1000110 | 0 | 111 | 11110110 | 1010010 | 111101 |
Color Harmonies of #5948ED
Complementary color
Monochromatic Colors of #5948ED
Black with #5948ED
Text Example
Text Example
White with #5948ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5948ED; }
p { color: rgb(89,72,237); }
H1.HeaderClassName
{
color: #5948ED;
}
.AnyTagClassName
{
color: #5948ED;
}
</style>
background-color css
<style>
a { background-color: #5948ED; }
a { background-color: rgb(89,72,237); }
div.DivClassName
{
background-color: #5948ED;
}
.BgClassName
{
background-color: #5948ED;
}
</style>
border-color css
<style>
span { border-color: #5948ED; }
span { border-color: rgb(89,72,237); }
td.TdClassName
{
border-color: #5948ED;
}
.TagClassName
{
border-color: #5948ED;
}
</style>