#573df2

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

Shades of Neon Blue #573DF2

Tints of Neon Blue #573DF2

Color information

#573DF2 (or 0x573DF2) is unknown color: approx Neon Blue. HEX triplet: 57, 3D and F2. RGB value is (87,61,242). Sum of RGB (Red+Green+Blue) = 87+61+242=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 242 (94.92% from 255 or 62.05% from 390); Max value from RGB is 242 - color contains mainly: blue. Hex color #573DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573DF2 is #A8C20D. Grayscale: #585858. Windows color (decimal): -11059726 or 15875415. OLE color: 15875415.

HSL color Cylindrical-coordinate representation of color #573DF2: hue angle of 248.62º 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 #573DF2 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB8761242-
CMYK0.640.7500.05
HSL248.62º87.44%59.41%-
HSV(B)248.62º74.79%94.9%-
XYZ21.6311.7785.14-
YUV89.41214.11126.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.31%
GREEN value IS 61 (24.22% from 255) = 15.64%
BLUE value IS 242 (94.92% from 255) = 62.05%
R=22.31%
G=15.64%
B=62.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal87612420.640.7500.05248.6287.4459.41
Hex573DF2404B05f9573b
Octal127753621001130537112773
Binary101011111110111110010100000010010110101111110011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573df2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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