Shades of Neon Blue #5551EB
Tints of Neon Blue #5551EB
RGB
CMYK
RGB Variations
Color information
#5551EB (or 0x5551EB) is known color: Neon Blue. HEX triplet: 55, 51 and EB. RGB value is (85,81,235). Sum of RGB (Red+Green+Blue) = 85+81+235=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #5551EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5551EB is #AAAE14. Grayscale: #636363. Windows color (decimal): -11185685 or 15421781. OLE color: 15421781.
HSL color Cylindrical-coordinate representation of color #5551EB: hue angle of 241.56º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5551EB is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 81 | 235 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.08 |
| HSL | 241.56º | 0.79% | 0.62% | - |
| HSV(B) | 241.56º | 0.66% | 0.92% | - |
| XYZ | 21.68 | 13.81 | 80.12 | - |
| YUV | 99.75 | 204.33 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 235 | 0.64 | 0.66 | 0 | 0.08 | 241.56 | 0.79 | 0.62 |
| Hex | 55 | 51 | EB | 40 | 42 | 0 | 8 | F2 | 4F | 3E |
| Octal | 125 | 121 | 353 | 100 | 102 | 0 | 10 | 362 | 117 | 76 |
| Binary | 1010101 | 1010001 | 11101011 | 1000000 | 1000010 | 0 | 1000 | 11110010 | 1001111 | 111110 |
Color Harmonies of #5551EB
Complementary color
Monochromatic Colors of #5551EB
Black with #5551EB
Text Example
Text Example
White with #5551EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5551EB; }
p { color: rgb(85,81,235); }
H1.HeaderClassName
{
color: #5551EB;
}
.AnyTagClassName
{
color: #5551EB;
}
</style>
background-color css
<style>
a { background-color: #5551EB; }
a { background-color: rgb(85,81,235); }
div.DivClassName
{
background-color: #5551EB;
}
.BgClassName
{
background-color: #5551EB;
}
</style>
border-color css
<style>
span { border-color: #5551EB; }
span { border-color: rgb(85,81,235); }
td.TdClassName
{
border-color: #5551EB;
}
.TagClassName
{
border-color: #5551EB;
}
</style>