Shades of Neon Blue #5951F9
Tints of Neon Blue #5951F9
RGB
CMYK
RGB Variations
Color information
#5951F9 (or 0x5951F9) is known color: Neon Blue. HEX triplet: 59, 51 and F9. RGB value is (89,81,249). Sum of RGB (Red+Green+Blue) = 89+81+249=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 249 (97.66% from 255 or 59.43% from 419); Max value from RGB is 249 - color contains mainly: blue. Hex color #5951F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5951F9 is #A6AE06. Grayscale: #656565. Windows color (decimal): -10923527 or 16339289. OLE color: 16339289.
HSL color Cylindrical-coordinate representation of color #5951F9: hue angle of 242.86º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5951F9 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 81 | 249 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.02 |
| HSL | 242.86º | 0.93% | 0.65% | - |
| HSV(B) | 242.86º | 0.67% | 0.98% | - |
| XYZ | 24.16 | 14.85 | 91.22 | - |
| YUV | 102.54 | 210.65 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 249 | 0.64 | 0.67 | 0 | 0.02 | 242.86 | 0.93 | 0.65 |
| Hex | 59 | 51 | F9 | 40 | 43 | 0 | 2 | F3 | 5D | 41 |
| Octal | 131 | 121 | 371 | 100 | 103 | 0 | 2 | 363 | 135 | 101 |
| Binary | 1011001 | 1010001 | 11111001 | 1000000 | 1000011 | 0 | 10 | 11110011 | 1011101 | 1000001 |
Color Harmonies of #5951F9
Complementary color
Monochromatic Colors of #5951F9
Black with #5951F9
Text Example
Text Example
White with #5951F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5951F9; }
p { color: rgb(89,81,249); }
H1.HeaderClassName
{
color: #5951F9;
}
.AnyTagClassName
{
color: #5951F9;
}
</style>
background-color css
<style>
a { background-color: #5951F9; }
a { background-color: rgb(89,81,249); }
div.DivClassName
{
background-color: #5951F9;
}
.BgClassName
{
background-color: #5951F9;
}
</style>
border-color css
<style>
span { border-color: #5951F9; }
span { border-color: rgb(89,81,249); }
td.TdClassName
{
border-color: #5951F9;
}
.TagClassName
{
border-color: #5951F9;
}
</style>