Shades of Neon Blue #5551EE
Tints of Neon Blue #5551EE
RGB
CMYK
RGB Variations
Color information
#5551EE (or 0x5551EE) is known color: Neon Blue. HEX triplet: 55, 51 and EE. RGB value is (85,81,238). Sum of RGB (Red+Green+Blue) = 85+81+238=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #5551EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5551EE is #AAAE11. Grayscale: #636363. Windows color (decimal): -11185682 or 15618389. OLE color: 15618389.
HSL color Cylindrical-coordinate representation of color #5551EE: hue angle of 241.53º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5551EE is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 81 | 238 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.07 |
| HSL | 241.53º | 0.82% | 0.63% | - |
| HSV(B) | 241.53º | 0.66% | 0.93% | - |
| XYZ | 22.12 | 13.99 | 82.42 | - |
| YUV | 100.09 | 205.83 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 238 | 0.64 | 0.66 | 0 | 0.07 | 241.53 | 0.82 | 0.63 |
| Hex | 55 | 51 | EE | 40 | 42 | 0 | 7 | F2 | 52 | 3F |
| Octal | 125 | 121 | 356 | 100 | 102 | 0 | 7 | 362 | 122 | 77 |
| Binary | 1010101 | 1010001 | 11101110 | 1000000 | 1000010 | 0 | 111 | 11110010 | 1010010 | 111111 |
Color Harmonies of #5551EE
Complementary color
Monochromatic Colors of #5551EE
Black with #5551EE
Text Example
Text Example
White with #5551EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5551EE; }
p { color: rgb(85,81,238); }
H1.HeaderClassName
{
color: #5551EE;
}
.AnyTagClassName
{
color: #5551EE;
}
</style>
background-color css
<style>
a { background-color: #5551EE; }
a { background-color: rgb(85,81,238); }
div.DivClassName
{
background-color: #5551EE;
}
.BgClassName
{
background-color: #5551EE;
}
</style>
border-color css
<style>
span { border-color: #5551EE; }
span { border-color: rgb(85,81,238); }
td.TdClassName
{
border-color: #5551EE;
}
.TagClassName
{
border-color: #5551EE;
}
</style>