#573CEA

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

Shades of Neon Blue #573CEA

Tints of Neon Blue #573CEA

Color information

#573CEA (or 0x573CEA) is unknown color: approx Neon Blue. HEX triplet: 57, 3C and EA. RGB value is (87,60,234). Sum of RGB (Red+Green+Blue) = 87+60+234=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #573CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573CEA is #A8C315. Grayscale: #575757. Windows color (decimal): -11059990 or 15350871. OLE color: 15350871.

HSL color Cylindrical-coordinate representation of color #573CEA: hue angle of 249.31º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #573CEA is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8760234-
CMYK0.630.7400.08
HSL249.31º80.56%57.65%-
HSV(B)249.31º74.36%91.76%-
XYZ20.411.278.93-
YUV87.91210.45127.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.83%
GREEN value IS 60 (23.83% from 255) = 15.75%
BLUE value IS 234 (91.80% from 255) = 61.42%
R=22.83%
G=15.75%
B=61.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal87602340.630.7400.08249.3180.5657.65
Hex573CEA3F4A08f9513a
Octal127743527711201037112172
Binary101011111110011101010111111100101001000111110011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573CEA; }

 p { color: rgb(87,60,234); }

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

<style>
 a { background-color: #573CEA; }

 a { background-color: rgb(87,60,234); }

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

<style>
 span { border-color: #573CEA; }

 span { border-color: rgb(87,60,234); }

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