#573BE1

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

Shades of Neon Blue #573BE1

Tints of Neon Blue #573BE1

Color information

#573BE1 (or 0x573BE1) is unknown color: approx Neon Blue. HEX triplet: 57, 3B and E1. RGB value is (87,59,225). Sum of RGB (Red+Green+Blue) = 87+59+225=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #573BE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573BE1 is #A8C41E. Grayscale: #555555. Windows color (decimal): -11060255 or 14760791. OLE color: 14760791.

HSL color Cylindrical-coordinate representation of color #573BE1: hue angle of 250.12º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #573BE1 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8759225-
CMYK0.610.7400.12
HSL250.12º73.45%55.69%-
HSV(B)250.12º73.78%88.24%-
XYZ19.0910.5972.27-
YUV86.3206.28128.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.45%
GREEN value IS 59 (23.44% from 255) = 15.90%
BLUE value IS 225 (88.28% from 255) = 60.65%
R=23.45%
G=15.90%
B=60.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal87592250.610.7400.12250.1273.4555.69
Hex573BE13D4A0Cfa4938
Octal127733417511201437211170
Binary101011111101111100001111101100101001100111110101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,59,225); }

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

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

 a { background-color: rgb(87,59,225); }

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

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

 span { border-color: rgb(87,59,225); }

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