Shades of Neon Blue #554EE9
Tints of Neon Blue #554EE9
RGB
CMYK
RGB Variations
Color information
#554EE9 (or 0x554EE9) is known color: Neon Blue. HEX triplet: 55, 4E and E9. RGB value is (85,78,233). Sum of RGB (Red+Green+Blue) = 85+78+233=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 233 (91.41% from 255 or 58.84% from 396); Max value from RGB is 233 - color contains mainly: blue. Hex color #554EE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #554EE9 is #AAB116. Grayscale: #616161. Windows color (decimal): -11186455 or 15289941. OLE color: 15289941.
HSL color Cylindrical-coordinate representation of color #554EE9: hue angle of 242.71º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #554EE9 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 78 | 233 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.09 |
| HSL | 242.71º | 0.78% | 0.61% | - |
| HSV(B) | 242.71º | 0.67% | 0.91% | - |
| XYZ | 21.18 | 13.26 | 78.53 | - |
| YUV | 97.76 | 204.32 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 78 | 233 | 0.64 | 0.67 | 0 | 0.09 | 242.71 | 0.78 | 0.61 |
| Hex | 55 | 4E | E9 | 40 | 43 | 0 | 9 | F3 | 4E | 3D |
| Octal | 125 | 116 | 351 | 100 | 103 | 0 | 11 | 363 | 116 | 75 |
| Binary | 1010101 | 1001110 | 11101001 | 1000000 | 1000011 | 0 | 1001 | 11110011 | 1001110 | 111101 |
Color Harmonies of #554EE9
Complementary color
Monochromatic Colors of #554EE9
Black with #554EE9
Text Example
Text Example
White with #554EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554EE9; }
p { color: rgb(85,78,233); }
H1.HeaderClassName
{
color: #554EE9;
}
.AnyTagClassName
{
color: #554EE9;
}
</style>
background-color css
<style>
a { background-color: #554EE9; }
a { background-color: rgb(85,78,233); }
div.DivClassName
{
background-color: #554EE9;
}
.BgClassName
{
background-color: #554EE9;
}
</style>
border-color css
<style>
span { border-color: #554EE9; }
span { border-color: rgb(85,78,233); }
td.TdClassName
{
border-color: #554EE9;
}
.TagClassName
{
border-color: #554EE9;
}
</style>