Shades of Neon Blue #5D59FA
Tints of Neon Blue #5D59FA
RGB
CMYK
RGB Variations
Color information
#5D59FA (or 0x5D59FA) is known color: Neon Blue. HEX triplet: 5D, 59 and FA. RGB value is (93,89,250). Sum of RGB (Red+Green+Blue) = 93+89+250=432 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.53% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #5D59FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D59FA is #A2A605. Grayscale: #6B6B6B. Windows color (decimal): -10659334 or 16406877. OLE color: 16406877.
HSL color Cylindrical-coordinate representation of color #5D59FA: hue angle of 241.49º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D59FA is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 89 | 250 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.02 |
| HSL | 241.49º | 0.94% | 0.66% | - |
| HSV(B) | 241.49º | 0.64% | 0.98% | - |
| XYZ | 25.34 | 16.37 | 92.27 | - |
| YUV | 108.55 | 207.83 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 250 | 0.63 | 0.64 | 0 | 0.02 | 241.49 | 0.94 | 0.66 |
| Hex | 5D | 59 | FA | 3F | 40 | 0 | 2 | F1 | 5E | 42 |
| Octal | 135 | 131 | 372 | 77 | 100 | 0 | 2 | 361 | 136 | 102 |
| Binary | 1011101 | 1011001 | 11111010 | 111111 | 1000000 | 0 | 10 | 11110001 | 1011110 | 1000010 |
Color Harmonies of #5D59FA
Complementary color
Monochromatic Colors of #5D59FA
Black with #5D59FA
Text Example
Text Example
White with #5D59FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D59FA; }
p { color: rgb(93,89,250); }
H1.HeaderClassName
{
color: #5D59FA;
}
.AnyTagClassName
{
color: #5D59FA;
}
</style>
background-color css
<style>
a { background-color: #5D59FA; }
a { background-color: rgb(93,89,250); }
div.DivClassName
{
background-color: #5D59FA;
}
.BgClassName
{
background-color: #5D59FA;
}
</style>
border-color css
<style>
span { border-color: #5D59FA; }
span { border-color: rgb(93,89,250); }
td.TdClassName
{
border-color: #5D59FA;
}
.TagClassName
{
border-color: #5D59FA;
}
</style>