Shades of Neon Blue #554EED
Tints of Neon Blue #554EED
RGB
CMYK
RGB Variations
Color information
#554EED (or 0x554EED) is known color: Neon Blue. HEX triplet: 55, 4E and ED. RGB value is (85,78,237). Sum of RGB (Red+Green+Blue) = 85+78+237=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #554EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #554EED is #AAB112. Grayscale: #616161. Windows color (decimal): -11186451 or 15552085. OLE color: 15552085.
HSL color Cylindrical-coordinate representation of color #554EED: hue angle of 242.64º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #554EED is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 78 | 237 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.07 |
| HSL | 242.64º | 0.82% | 0.62% | - |
| HSV(B) | 242.64º | 0.67% | 0.93% | - |
| XYZ | 21.76 | 13.49 | 81.58 | - |
| YUV | 98.22 | 206.32 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 237 | 0.64 | 0.67 | 0 | 0.07 | 242.64 | 0.82 | 0.62 |
| Hex | 55 | 4E | ED | 40 | 43 | 0 | 7 | F3 | 52 | 3E |
| Octal | 125 | 116 | 355 | 100 | 103 | 0 | 7 | 363 | 122 | 76 |
| Binary | 1010101 | 1001110 | 11101101 | 1000000 | 1000011 | 0 | 111 | 11110011 | 1010010 | 111110 |
Color Harmonies of #554EED
Complementary color
Monochromatic Colors of #554EED
Black with #554EED
Text Example
Text Example
White with #554EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554EED; }
p { color: rgb(85,78,237); }
H1.HeaderClassName
{
color: #554EED;
}
.AnyTagClassName
{
color: #554EED;
}
</style>
background-color css
<style>
a { background-color: #554EED; }
a { background-color: rgb(85,78,237); }
div.DivClassName
{
background-color: #554EED;
}
.BgClassName
{
background-color: #554EED;
}
</style>
border-color css
<style>
span { border-color: #554EED; }
span { border-color: rgb(85,78,237); }
td.TdClassName
{
border-color: #554EED;
}
.TagClassName
{
border-color: #554EED;
}
</style>