Shades of Neon Blue #5D59FB
Tints of Neon Blue #5D59FB
RGB
CMYK
RGB Variations
Color information
#5D59FB (or 0x5D59FB) is known color: Neon Blue. HEX triplet: 5D, 59 and FB. RGB value is (93,89,251). Sum of RGB (Red+Green+Blue) = 93+89+251=433 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.48% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #5D59FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D59FB is #A2A604. Grayscale: #6C6C6C. Windows color (decimal): -10659333 or 16472413. OLE color: 16472413.
HSL color Cylindrical-coordinate representation of color #5D59FB: hue angle of 241.48º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D59FB is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 89 | 251 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.02 |
| HSL | 241.48º | 0.95% | 0.67% | - |
| HSV(B) | 241.48º | 0.65% | 0.98% | - |
| XYZ | 25.5 | 16.44 | 93.1 | - |
| YUV | 108.66 | 208.33 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 251 | 0.63 | 0.65 | 0 | 0.02 | 241.48 | 0.95 | 0.67 |
| Hex | 5D | 59 | FB | 3F | 41 | 0 | 2 | F1 | 5F | 43 |
| Octal | 135 | 131 | 373 | 77 | 101 | 0 | 2 | 361 | 137 | 103 |
| Binary | 1011101 | 1011001 | 11111011 | 111111 | 1000001 | 0 | 10 | 11110001 | 1011111 | 1000011 |
Color Harmonies of #5D59FB
Complementary color
Monochromatic Colors of #5D59FB
Black with #5D59FB
Text Example
Text Example
White with #5D59FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D59FB; }
p { color: rgb(93,89,251); }
H1.HeaderClassName
{
color: #5D59FB;
}
.AnyTagClassName
{
color: #5D59FB;
}
</style>
background-color css
<style>
a { background-color: #5D59FB; }
a { background-color: rgb(93,89,251); }
div.DivClassName
{
background-color: #5D59FB;
}
.BgClassName
{
background-color: #5D59FB;
}
</style>
border-color css
<style>
span { border-color: #5D59FB; }
span { border-color: rgb(93,89,251); }
td.TdClassName
{
border-color: #5D59FB;
}
.TagClassName
{
border-color: #5D59FB;
}
</style>