Shades of Neon Blue #5948EE
Tints of Neon Blue #5948EE
RGB
CMYK
RGB Variations
Color information
#5948EE (or 0x5948EE) is known color: Neon Blue. HEX triplet: 59, 48 and EE. RGB value is (89,72,238). Sum of RGB (Red+Green+Blue) = 89+72+238=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #5948EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5948EE is #A6B711. Grayscale: #5F5F5F. Windows color (decimal): -10925842 or 15616089. OLE color: 15616089.
HSL color Cylindrical-coordinate representation of color #5948EE: hue angle of 246.14º degrees, saturation: 0.83, 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 #5948EE is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 72 | 238 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.07 |
| HSL | 246.14º | 0.83% | 0.61% | - |
| HSV(B) | 246.14º | 0.7% | 0.93% | - |
| XYZ | 21.87 | 12.93 | 82.23 | - |
| YUV | 96.01 | 208.13 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 238 | 0.63 | 0.70 | 0 | 0.07 | 246.14 | 0.83 | 0.61 |
| Hex | 59 | 48 | EE | 3F | 46 | 0 | 7 | F6 | 53 | 3D |
| Octal | 131 | 110 | 356 | 77 | 106 | 0 | 7 | 366 | 123 | 75 |
| Binary | 1011001 | 1001000 | 11101110 | 111111 | 1000110 | 0 | 111 | 11110110 | 1010011 | 111101 |
Color Harmonies of #5948EE
Complementary color
Monochromatic Colors of #5948EE
Black with #5948EE
Text Example
Text Example
White with #5948EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5948EE; }
p { color: rgb(89,72,238); }
H1.HeaderClassName
{
color: #5948EE;
}
.AnyTagClassName
{
color: #5948EE;
}
</style>
background-color css
<style>
a { background-color: #5948EE; }
a { background-color: rgb(89,72,238); }
div.DivClassName
{
background-color: #5948EE;
}
.BgClassName
{
background-color: #5948EE;
}
</style>
border-color css
<style>
span { border-color: #5948EE; }
span { border-color: rgb(89,72,238); }
td.TdClassName
{
border-color: #5948EE;
}
.TagClassName
{
border-color: #5948EE;
}
</style>