Shades of Neon Blue #5948FA
Tints of Neon Blue #5948FA
RGB
CMYK
RGB Variations
Color information
#5948FA (or 0x5948FA) is known color: Neon Blue. HEX triplet: 59, 48 and FA. RGB value is (89,72,250). Sum of RGB (Red+Green+Blue) = 89+72+250=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #5948FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5948FA is #A6B705. Grayscale: #606060. Windows color (decimal): -10925830 or 16402521. OLE color: 16402521.
HSL color Cylindrical-coordinate representation of color #5948FA: hue angle of 245.73º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5948FA is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 72 | 250 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.02 |
| HSL | 245.73º | 0.95% | 0.63% | - |
| HSV(B) | 245.73º | 0.71% | 0.98% | - |
| XYZ | 23.69 | 13.66 | 91.83 | - |
| YUV | 97.38 | 214.13 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 250 | 0.64 | 0.71 | 0 | 0.02 | 245.73 | 0.95 | 0.63 |
| Hex | 59 | 48 | FA | 40 | 47 | 0 | 2 | F6 | 5F | 3F |
| Octal | 131 | 110 | 372 | 100 | 107 | 0 | 2 | 366 | 137 | 77 |
| Binary | 1011001 | 1001000 | 11111010 | 1000000 | 1000111 | 0 | 10 | 11110110 | 1011111 | 111111 |
Color Harmonies of #5948FA
Complementary color
Monochromatic Colors of #5948FA
Black with #5948FA
Text Example
Text Example
White with #5948FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5948FA; }
p { color: rgb(89,72,250); }
H1.HeaderClassName
{
color: #5948FA;
}
.AnyTagClassName
{
color: #5948FA;
}
</style>
background-color css
<style>
a { background-color: #5948FA; }
a { background-color: rgb(89,72,250); }
div.DivClassName
{
background-color: #5948FA;
}
.BgClassName
{
background-color: #5948FA;
}
</style>
border-color css
<style>
span { border-color: #5948FA; }
span { border-color: rgb(89,72,250); }
td.TdClassName
{
border-color: #5948FA;
}
.TagClassName
{
border-color: #5948FA;
}
</style>