#554BEA

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

Shades of Neon Blue #554BEA

Tints of Neon Blue #554BEA

Color information

#554BEA (or 0x554BEA) is unknown color: approx Neon Blue. HEX triplet: 55, 4B and EA. RGB value is (85,75,234). Sum of RGB (Red+Green+Blue) = 85+75+234=394 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.57% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #554BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #554BEA is #AAB415. Grayscale: #5F5F5F. Windows color (decimal): -11187222 or 15354709. OLE color: 15354709.

HSL color Cylindrical-coordinate representation of color #554BEA: hue angle of 243.77º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #554BEA is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8575234-
CMYK0.640.6800.08
HSL243.77º79.1%60.59%-
HSV(B)243.77º67.95%91.76%-
XYZ21.1112.979.22-
YUV96.12205.81120.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.57%
GREEN value IS 75 (29.69% from 255) = 19.04%
BLUE value IS 234 (91.80% from 255) = 59.39%
R=21.57%
G=19.04%
B=59.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal85752340.640.6800.08243.7779.160.59
Hex554BEA404408f44f3d
Octal12511335210010401036411775
Binary10101011001011111010101000000100010001000111101001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,75,234); }

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

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

 a { background-color: rgb(85,75,234); }

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

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

 span { border-color: rgb(85,75,234); }

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