Html Css Color HEX #573DF1 Neon Blue

📋 copy color: '#573DF1'

red 87 ◦ green 61 ◦ blue 241

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

Shades of Neon Blue #573DF1

Tints of Neon Blue #573DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 61.95%

R = 22.37%
G = 15.68%
B = 61.95%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#573DF1 (or 0x573DF1) is known color: Neon Blue. HEX triplet: 57, 3D and F1. RGB value is (87,61,241). Sum of RGB (Red+Green+Blue) = 87+61+241=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #573DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573DF1 is #A8C20E. Grayscale: #585858. Windows color (decimal): -11059727 or 15809879. OLE color: 15809879.

HSL color Cylindrical-coordinate representation of color #573DF1: hue angle of 248.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #573DF1 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 61 241 -
CMYK 0.64 0.75 0 0.05
HSL 248.67º 0.87% 0.59% -
HSV(B) 248.67º 0.75% 0.95% -
XYZ 21.48 11.71 84.35 -
YUV 89.29 213.61 126.36 -
System Red Green Blue C M Y K H S L
Decimal 87 61 241 0.64 0.75 0 0.05 248.67 0.87 0.59
Hex 57 3D F1 40 4B 0 5 F9 57 3B
Octal 127 75 361 100 113 0 5 371 127 73
Binary 1010111 111101 11110001 1000000 1001011 0 101 11111001 1010111 111011

Color Harmonies of #573DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573DF1

Black with #573DF1

Text Example


Text Example

White with #573DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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