#554EE8

Color #554EE8 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #554EE8

Tints of Neon Blue #554EE8

Color information

#554EE8 (or 0x554EE8) is unknown color: approx Neon Blue. HEX triplet: 55, 4E and E8. RGB value is (85,78,232). Sum of RGB (Red+Green+Blue) = 85+78+232=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 232 (91.02% from 255 or 58.73% from 395); Max value from RGB is 232 - color contains mainly: blue. Hex color #554EE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #554EE8 is #AAB117. Grayscale: #616161. Windows color (decimal): -11186456 or 15224405. OLE color: 15224405.

HSL color Cylindrical-coordinate representation of color #554EE8: hue angle of 242.73º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #554EE8 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB8578232-
CMYK0.630.6600.09
HSL242.73º77%60.78%-
HSV(B)242.73º66.38%90.98%-
XYZ21.0413.2177.78-
YUV97.65203.82118.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 21.52%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 232 (91.02% from 255) = 58.73%
R=21.52%
G=19.75%
B=58.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal85782320.630.6600.09242.737760.78
Hex554EE83F4209f34d3d
Octal1251163507710201136311575
Binary1010101100111011101000111111100001001001111100111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554EE8; }

 p { color: rgb(85,78,232); }

 H1.HeaderClassName
 {
   color: #554EE8;
 }
 .AnyTagClassName
 {
   color: #554EE8;
 }
</style>
background-color css

<style>
 a { background-color: #554EE8; }

 a { background-color: rgb(85,78,232); }

 div.DivClassName
 {
   background-color: #554EE8;
 }
 .BgClassName
 {
   background-color: #554EE8;
 }
</style>
border-color css

<style>
 span { border-color: #554EE8; }

 span { border-color: rgb(85,78,232); }

 td.TdClassName
 {
   border-color: #554EE8;
 }
 .TagClassName
 {
   border-color: #554EE8;
 }
</style>