Shades of Neon Blue #5D55E7
Tints of Neon Blue #5D55E7
RGB
CMYK
RGB Variations
Color information
#5D55E7 (or 0x5D55E7) is known color: Neon Blue. HEX triplet: 5D, 55 and E7. RGB value is (93,85,231). Sum of RGB (Red+Green+Blue) = 93+85+231=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 231 (90.62% from 255 or 56.48% from 409); Max value from RGB is 231 - color contains mainly: blue. Hex color #5D55E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D55E7 is #A2AA18. Grayscale: #676767. Windows color (decimal): -10660377 or 15160669. OLE color: 15160669.
HSL color Cylindrical-coordinate representation of color #5D55E7: hue angle of 243.29º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D55E7 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 93 | 85 | 231 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.09 |
| HSL | 243.29º | 0.75% | 0.62% | - |
| HSV(B) | 243.29º | 0.63% | 0.91% | - |
| XYZ | 22.19 | 14.59 | 77.25 | - |
| YUV | 104.04 | 199.65 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 231 | 0.60 | 0.63 | 0 | 0.09 | 243.29 | 0.75 | 0.62 |
| Hex | 5D | 55 | E7 | 3C | 3F | 0 | 9 | F3 | 4B | 3E |
| Octal | 135 | 125 | 347 | 74 | 77 | 0 | 11 | 363 | 113 | 76 |
| Binary | 1011101 | 1010101 | 11100111 | 111100 | 111111 | 0 | 1001 | 11110011 | 1001011 | 111110 |
Color Harmonies of #5D55E7
Complementary color
Monochromatic Colors of #5D55E7
Black with #5D55E7
Text Example
Text Example
White with #5D55E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D55E7; }
p { color: rgb(93,85,231); }
H1.HeaderClassName
{
color: #5D55E7;
}
.AnyTagClassName
{
color: #5D55E7;
}
</style>
background-color css
<style>
a { background-color: #5D55E7; }
a { background-color: rgb(93,85,231); }
div.DivClassName
{
background-color: #5D55E7;
}
.BgClassName
{
background-color: #5D55E7;
}
</style>
border-color css
<style>
span { border-color: #5D55E7; }
span { border-color: rgb(93,85,231); }
td.TdClassName
{
border-color: #5D55E7;
}
.TagClassName
{
border-color: #5D55E7;
}
</style>