Shades of Neon Blue #5948EA
Tints of Neon Blue #5948EA
RGB
CMYK
RGB Variations
Color information
#5948EA (or 0x5948EA) is known color: Neon Blue. HEX triplet: 59, 48 and EA. RGB value is (89,72,234). Sum of RGB (Red+Green+Blue) = 89+72+234=395 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.53% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #5948EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5948EA is #A6B715. Grayscale: #5E5E5E. Windows color (decimal): -10925846 or 15353945. OLE color: 15353945.
HSL color Cylindrical-coordinate representation of color #5948EA: hue angle of 246.3º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5948EA is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 72 | 234 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.08 |
| HSL | 246.3º | 0.79% | 0.6% | - |
| HSV(B) | 246.3º | 0.69% | 0.92% | - |
| XYZ | 21.29 | 12.7 | 79.17 | - |
| YUV | 95.55 | 206.13 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 234 | 0.62 | 0.69 | 0 | 0.08 | 246.3 | 0.79 | 0.6 |
| Hex | 59 | 48 | EA | 3E | 45 | 0 | 8 | F6 | 4F | 3C |
| Octal | 131 | 110 | 352 | 76 | 105 | 0 | 10 | 366 | 117 | 74 |
| Binary | 1011001 | 1001000 | 11101010 | 111110 | 1000101 | 0 | 1000 | 11110110 | 1001111 | 111100 |
Color Harmonies of #5948EA
Complementary color
Monochromatic Colors of #5948EA
Black with #5948EA
Text Example
Text Example
White with #5948EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5948EA; }
p { color: rgb(89,72,234); }
H1.HeaderClassName
{
color: #5948EA;
}
.AnyTagClassName
{
color: #5948EA;
}
</style>
background-color css
<style>
a { background-color: #5948EA; }
a { background-color: rgb(89,72,234); }
div.DivClassName
{
background-color: #5948EA;
}
.BgClassName
{
background-color: #5948EA;
}
</style>
border-color css
<style>
span { border-color: #5948EA; }
span { border-color: rgb(89,72,234); }
td.TdClassName
{
border-color: #5948EA;
}
.TagClassName
{
border-color: #5948EA;
}
</style>