Shades of Neon Blue #595BF5
Tints of Neon Blue #595BF5
RGB
CMYK
RGB Variations
Color information
#595BF5 (or 0x595BF5) is known color: Neon Blue. HEX triplet: 59, 5B and F5. RGB value is (89,91,245). Sum of RGB (Red+Green+Blue) = 89+91+245=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 245 (96.09% from 255 or 57.65% from 425); Max value from RGB is 245 - color contains mainly: blue. Hex color #595BF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595BF5 is #A6A40A. Grayscale: #6B6B6B. Windows color (decimal): -10920971 or 16079705. OLE color: 16079705.
HSL color Cylindrical-coordinate representation of color #595BF5: hue angle of 239.23º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #595BF5 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 91 | 245 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.04 |
| HSL | 239.23º | 0.89% | 0.65% | - |
| HSV(B) | 239.23º | 0.64% | 0.96% | - |
| XYZ | 24.34 | 16.2 | 88.23 | - |
| YUV | 107.96 | 205.34 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 245 | 0.64 | 0.63 | 0 | 0.04 | 239.23 | 0.89 | 0.65 |
| Hex | 59 | 5B | F5 | 40 | 3F | 0 | 4 | EF | 59 | 41 |
| Octal | 131 | 133 | 365 | 100 | 77 | 0 | 4 | 357 | 131 | 101 |
| Binary | 1011001 | 1011011 | 11110101 | 1000000 | 111111 | 0 | 100 | 11101111 | 1011001 | 1000001 |
Color Harmonies of #595BF5
Complementary color
Monochromatic Colors of #595BF5
Black with #595BF5
Text Example
Text Example
White with #595BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BF5; }
p { color: rgb(89,91,245); }
H1.HeaderClassName
{
color: #595BF5;
}
.AnyTagClassName
{
color: #595BF5;
}
</style>
background-color css
<style>
a { background-color: #595BF5; }
a { background-color: rgb(89,91,245); }
div.DivClassName
{
background-color: #595BF5;
}
.BgClassName
{
background-color: #595BF5;
}
</style>
border-color css
<style>
span { border-color: #595BF5; }
span { border-color: rgb(89,91,245); }
td.TdClassName
{
border-color: #595BF5;
}
.TagClassName
{
border-color: #595BF5;
}
</style>