Shades of Neon Blue #5D61E9
Tints of Neon Blue #5D61E9
RGB
CMYK
RGB Variations
Color information
#5D61E9 (or 0x5D61E9) is known color: Neon Blue. HEX triplet: 5D, 61 and E9. RGB value is (93,97,233). Sum of RGB (Red+Green+Blue) = 93+97+233=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 233 (91.41% from 255 or 55.08% from 423); Max value from RGB is 233 - color contains mainly: blue. Hex color #5D61E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D61E9 is #A29E16. Grayscale: #6E6E6E. Windows color (decimal): -10657303 or 15294813. OLE color: 15294813.
HSL color Cylindrical-coordinate representation of color #5D61E9: hue angle of 238.29º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D61E9 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 97 | 233 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.09 |
| HSL | 238.29º | 0.76% | 0.64% | - |
| HSV(B) | 238.29º | 0.6% | 0.91% | - |
| XYZ | 23.5 | 16.76 | 79.09 | - |
| YUV | 111.31 | 196.67 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 233 | 0.60 | 0.58 | 0 | 0.09 | 238.29 | 0.76 | 0.64 |
| Hex | 5D | 61 | E9 | 3C | 3A | 0 | 9 | EE | 4C | 40 |
| Octal | 135 | 141 | 351 | 74 | 72 | 0 | 11 | 356 | 114 | 100 |
| Binary | 1011101 | 1100001 | 11101001 | 111100 | 111010 | 0 | 1001 | 11101110 | 1001100 | 1000000 |
Color Harmonies of #5D61E9
Complementary color
Monochromatic Colors of #5D61E9
Black with #5D61E9
Text Example
Text Example
White with #5D61E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D61E9; }
p { color: rgb(93,97,233); }
H1.HeaderClassName
{
color: #5D61E9;
}
.AnyTagClassName
{
color: #5D61E9;
}
</style>
background-color css
<style>
a { background-color: #5D61E9; }
a { background-color: rgb(93,97,233); }
div.DivClassName
{
background-color: #5D61E9;
}
.BgClassName
{
background-color: #5D61E9;
}
</style>
border-color css
<style>
span { border-color: #5D61E9; }
span { border-color: rgb(93,97,233); }
td.TdClassName
{
border-color: #5D61E9;
}
.TagClassName
{
border-color: #5D61E9;
}
</style>