Shades of Neon Blue #5538ED
Tints of Neon Blue #5538ED
RGB
CMYK
RGB Variations
Color information
#5538ED (or 0x5538ED) is known color: Neon Blue. HEX triplet: 55, 38 and ED. RGB value is (85,56,237). Sum of RGB (Red+Green+Blue) = 85+56+237=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #5538ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5538ED is #AAC712. Grayscale: #545454. Windows color (decimal): -11192083 or 15546453. OLE color: 15546453.
HSL color Cylindrical-coordinate representation of color #5538ED: hue angle of 249.61º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5538ED is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 56 | 237 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.07 |
| HSL | 249.61º | 0.83% | 0.57% | - |
| HSV(B) | 249.61º | 0.76% | 0.93% | - |
| XYZ | 20.45 | 10.87 | 81.14 | - |
| YUV | 85.31 | 213.61 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 237 | 0.64 | 0.76 | 0 | 0.07 | 249.61 | 0.83 | 0.57 |
| Hex | 55 | 38 | ED | 40 | 4C | 0 | 7 | FA | 53 | 39 |
| Octal | 125 | 70 | 355 | 100 | 114 | 0 | 7 | 372 | 123 | 71 |
| Binary | 1010101 | 111000 | 11101101 | 1000000 | 1001100 | 0 | 111 | 11111010 | 1010011 | 111001 |
Color Harmonies of #5538ED
Complementary color
Monochromatic Colors of #5538ED
Black with #5538ED
Text Example
Text Example
White with #5538ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5538ED; }
p { color: rgb(85,56,237); }
H1.HeaderClassName
{
color: #5538ED;
}
.AnyTagClassName
{
color: #5538ED;
}
</style>
background-color css
<style>
a { background-color: #5538ED; }
a { background-color: rgb(85,56,237); }
div.DivClassName
{
background-color: #5538ED;
}
.BgClassName
{
background-color: #5538ED;
}
</style>
border-color css
<style>
span { border-color: #5538ED; }
span { border-color: rgb(85,56,237); }
td.TdClassName
{
border-color: #5538ED;
}
.TagClassName
{
border-color: #5538ED;
}
</style>