Shades of Neon Blue #5954F7
Tints of Neon Blue #5954F7
RGB
CMYK
RGB Variations
Color information
#5954F7 (or 0x5954F7) is known color: Neon Blue. HEX triplet: 59, 54 and F7. RGB value is (89,84,247). Sum of RGB (Red+Green+Blue) = 89+84+247=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 247 (96.88% from 255 or 58.81% from 420); Max value from RGB is 247 - color contains mainly: blue. Hex color #5954F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5954F7 is #A6AB08. Grayscale: #676767. Windows color (decimal): -10922761 or 16208985. OLE color: 16208985.
HSL color Cylindrical-coordinate representation of color #5954F7: hue angle of 241.84º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5954F7 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 84 | 247 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.03 |
| HSL | 241.84º | 0.91% | 0.65% | - |
| HSV(B) | 241.84º | 0.66% | 0.97% | - |
| XYZ | 24.08 | 15.18 | 89.66 | - |
| YUV | 104.08 | 208.66 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 84 | 247 | 0.64 | 0.66 | 0 | 0.03 | 241.84 | 0.91 | 0.65 |
| Hex | 59 | 54 | F7 | 40 | 42 | 0 | 3 | F2 | 5B | 41 |
| Octal | 131 | 124 | 367 | 100 | 102 | 0 | 3 | 362 | 133 | 101 |
| Binary | 1011001 | 1010100 | 11110111 | 1000000 | 1000010 | 0 | 11 | 11110010 | 1011011 | 1000001 |
Color Harmonies of #5954F7
Complementary color
Monochromatic Colors of #5954F7
Black with #5954F7
Text Example
Text Example
White with #5954F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5954F7; }
p { color: rgb(89,84,247); }
H1.HeaderClassName
{
color: #5954F7;
}
.AnyTagClassName
{
color: #5954F7;
}
</style>
background-color css
<style>
a { background-color: #5954F7; }
a { background-color: rgb(89,84,247); }
div.DivClassName
{
background-color: #5954F7;
}
.BgClassName
{
background-color: #5954F7;
}
</style>
border-color css
<style>
span { border-color: #5954F7; }
span { border-color: rgb(89,84,247); }
td.TdClassName
{
border-color: #5954F7;
}
.TagClassName
{
border-color: #5954F7;
}
</style>