Html Css Color HEX #573CE1 Neon Blue

📋 copy color: '#573CE1'

red 87 ◦ green 60 ◦ blue 225

#573CE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #573CE1

Tints of Neon Blue #573CE1

RGB

 RED value IS 87 (34.38% from 255) = 23.39%

 GREEN value IS 60 (23.83% from 255) = 16.13%

 BLUE value IS 225 (88.28% from 255) = 60.48%

R = 23.39%
G = 16.13%
B = 60.48%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#573CE1 (or 0x573CE1) is known color: Neon Blue. HEX triplet: 57, 3C and E1. RGB value is (87,60,225). Sum of RGB (Red+Green+Blue) = 87+60+225=372 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.39% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 225 (88.28% from 255 or 60.48% from 372); Max value from RGB is 225 - color contains mainly: blue. Hex color #573CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CE1 is #A8C31E. Grayscale: #565656. Windows color (decimal): -11059999 or 14761047. OLE color: 14761047.

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

Color convert

RGB 87 60 225 -
CMYK 0.61 0.73 0 0.12
HSL 249.82º 0.73% 0.56% -
HSV(B) 249.82º 0.73% 0.88% -
XYZ 19.14 10.69 72.29 -
YUV 86.88 205.95 128.08 -
System Red Green Blue C M Y K H S L
Decimal 87 60 225 0.61 0.73 0 0.12 249.82 0.73 0.56
Hex 57 3C E1 3D 49 0 C FA 49 38
Octal 127 74 341 75 111 0 14 372 111 70
Binary 1010111 111100 11100001 111101 1001001 0 1100 11111010 1001001 111000

Color Harmonies of #573CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573CE1

Black with #573CE1

Text Example


Text Example

White with #573CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #573CE1;
 }
 .AnyTagClassName
 {
   color: #573CE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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