Shades of Neon Blue #595DF8
Tints of Neon Blue #595DF8
RGB
CMYK
RGB Variations
Color information
#595DF8 (or 0x595DF8) is known color: Neon Blue. HEX triplet: 59, 5D and F8. RGB value is (89,93,248). Sum of RGB (Red+Green+Blue) = 89+93+248=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 248 (97.27% from 255 or 57.67% from 430); Max value from RGB is 248 - color contains mainly: blue. Hex color #595DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595DF8 is #A6A207. Grayscale: #6C6C6C. Windows color (decimal): -10920456 or 16276825. OLE color: 16276825.
HSL color Cylindrical-coordinate representation of color #595DF8: hue angle of 238.49º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #595DF8 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 93 | 248 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.03 |
| HSL | 238.49º | 0.92% | 0.66% | - |
| HSV(B) | 238.49º | 0.64% | 0.97% | - |
| XYZ | 24.98 | 16.73 | 90.72 | - |
| YUV | 109.47 | 206.17 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 248 | 0.64 | 0.62 | 0 | 0.03 | 238.49 | 0.92 | 0.66 |
| Hex | 59 | 5D | F8 | 40 | 3E | 0 | 3 | EE | 5C | 42 |
| Octal | 131 | 135 | 370 | 100 | 76 | 0 | 3 | 356 | 134 | 102 |
| Binary | 1011001 | 1011101 | 11111000 | 1000000 | 111110 | 0 | 11 | 11101110 | 1011100 | 1000010 |
Color Harmonies of #595DF8
Complementary color
Monochromatic Colors of #595DF8
Black with #595DF8
Text Example
Text Example
White with #595DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DF8; }
p { color: rgb(89,93,248); }
H1.HeaderClassName
{
color: #595DF8;
}
.AnyTagClassName
{
color: #595DF8;
}
</style>
background-color css
<style>
a { background-color: #595DF8; }
a { background-color: rgb(89,93,248); }
div.DivClassName
{
background-color: #595DF8;
}
.BgClassName
{
background-color: #595DF8;
}
</style>
border-color css
<style>
span { border-color: #595DF8; }
span { border-color: rgb(89,93,248); }
td.TdClassName
{
border-color: #595DF8;
}
.TagClassName
{
border-color: #595DF8;
}
</style>