Shades of Neon Blue #595CF5
Tints of Neon Blue #595CF5
RGB
CMYK
RGB Variations
Color information
#595CF5 (or 0x595CF5) is known color: Neon Blue. HEX triplet: 59, 5C and F5. RGB value is (89,92,245). Sum of RGB (Red+Green+Blue) = 89+92+245=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 245 (96.09% from 255 or 57.51% from 426); Max value from RGB is 245 - color contains mainly: blue. Hex color #595CF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595CF5 is #A6A30A. Grayscale: #6B6B6B. Windows color (decimal): -10920715 or 16079961. OLE color: 16079961.
HSL color Cylindrical-coordinate representation of color #595CF5: hue angle of 238.85º 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 #595CF5 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 92 | 245 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.04 |
| HSL | 238.85º | 0.89% | 0.65% | - |
| HSV(B) | 238.85º | 0.64% | 0.96% | - |
| XYZ | 24.43 | 16.37 | 88.26 | - |
| YUV | 108.55 | 205.01 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 245 | 0.64 | 0.62 | 0 | 0.04 | 238.85 | 0.89 | 0.65 |
| Hex | 59 | 5C | F5 | 40 | 3E | 0 | 4 | EF | 59 | 41 |
| Octal | 131 | 134 | 365 | 100 | 76 | 0 | 4 | 357 | 131 | 101 |
| Binary | 1011001 | 1011100 | 11110101 | 1000000 | 111110 | 0 | 100 | 11101111 | 1011001 | 1000001 |
Color Harmonies of #595CF5
Complementary color
Monochromatic Colors of #595CF5
Black with #595CF5
Text Example
Text Example
White with #595CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CF5; }
p { color: rgb(89,92,245); }
H1.HeaderClassName
{
color: #595CF5;
}
.AnyTagClassName
{
color: #595CF5;
}
</style>
background-color css
<style>
a { background-color: #595CF5; }
a { background-color: rgb(89,92,245); }
div.DivClassName
{
background-color: #595CF5;
}
.BgClassName
{
background-color: #595CF5;
}
</style>
border-color css
<style>
span { border-color: #595CF5; }
span { border-color: rgb(89,92,245); }
td.TdClassName
{
border-color: #595CF5;
}
.TagClassName
{
border-color: #595CF5;
}
</style>