Html Css Color HEX #573DEC Neon Blue

📋 copy color: '#573DEC'

red 87 ◦ green 61 ◦ blue 236

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

Shades of Neon Blue #573DEC

Tints of Neon Blue #573DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.89%

 BLUE value IS 236 (92.58% from 255) = 61.46%

R = 22.66%
G = 15.89%
B = 61.46%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#573DEC (or 0x573DEC) is known color: Neon Blue. HEX triplet: 57, 3D and EC. RGB value is (87,61,236). Sum of RGB (Red+Green+Blue) = 87+61+236=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #573DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573DEC is #A8C213. Grayscale: #585858. Windows color (decimal): -11059732 or 15482199. OLE color: 15482199.

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

Color convert

RGB 87 61 236 -
CMYK 0.63 0.74 0 0.07
HSL 248.91º 0.82% 0.58% -
HSV(B) 248.91º 0.74% 0.93% -
XYZ 20.74 11.42 80.47 -
YUV 88.72 211.11 126.77 -
System Red Green Blue C M Y K H S L
Decimal 87 61 236 0.63 0.74 0 0.07 248.91 0.82 0.58
Hex 57 3D EC 3F 4A 0 7 F9 52 3A
Octal 127 75 354 77 112 0 7 371 122 72
Binary 1010111 111101 11101100 111111 1001010 0 111 11111001 1010010 111010

Color Harmonies of #573DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573DEC

Black with #573DEC

Text Example


Text Example

White with #573DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,61,236); }

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

background-color css

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

 a { background-color: rgb(87,61,236); }

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

border-color css

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

 span { border-color: rgb(87,61,236); }

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