Shades of Neon Blue #595DF3
Tints of Neon Blue #595DF3
RGB
CMYK
RGB Variations
Color information
#595DF3 (or 0x595DF3) is known color: Neon Blue. HEX triplet: 59, 5D and F3. RGB value is (89,93,243). Sum of RGB (Red+Green+Blue) = 89+93+243=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 243 (95.31% from 255 or 57.18% from 425); Max value from RGB is 243 - color contains mainly: blue. Hex color #595DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595DF3 is #A6A20C. Grayscale: #6C6C6C. Windows color (decimal): -10920461 or 15949145. OLE color: 15949145.
HSL color Cylindrical-coordinate representation of color #595DF3: hue angle of 238.44º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #595DF3 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 93 | 243 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.05 |
| HSL | 238.44º | 0.87% | 0.65% | - |
| HSV(B) | 238.44º | 0.63% | 0.95% | - |
| XYZ | 24.21 | 16.42 | 86.69 | - |
| YUV | 108.9 | 203.67 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 243 | 0.63 | 0.62 | 0 | 0.05 | 238.44 | 0.87 | 0.65 |
| Hex | 59 | 5D | F3 | 3F | 3E | 0 | 5 | EE | 57 | 41 |
| Octal | 131 | 135 | 363 | 77 | 76 | 0 | 5 | 356 | 127 | 101 |
| Binary | 1011001 | 1011101 | 11110011 | 111111 | 111110 | 0 | 101 | 11101110 | 1010111 | 1000001 |
Color Harmonies of #595DF3
Complementary color
Monochromatic Colors of #595DF3
Black with #595DF3
Text Example
Text Example
White with #595DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DF3; }
p { color: rgb(89,93,243); }
H1.HeaderClassName
{
color: #595DF3;
}
.AnyTagClassName
{
color: #595DF3;
}
</style>
background-color css
<style>
a { background-color: #595DF3; }
a { background-color: rgb(89,93,243); }
div.DivClassName
{
background-color: #595DF3;
}
.BgClassName
{
background-color: #595DF3;
}
</style>
border-color css
<style>
span { border-color: #595DF3; }
span { border-color: rgb(89,93,243); }
td.TdClassName
{
border-color: #595DF3;
}
.TagClassName
{
border-color: #595DF3;
}
</style>