Html Css Color HEX #573DF0 Neon Blue

📋 copy color: '#573DF0'

red 87 ◦ green 61 ◦ blue 240

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

Shades of Neon Blue #573DF0

Tints of Neon Blue #573DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 61.86%

R = 22.42%
G = 15.72%
B = 61.86%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#573DF0 (or 0x573DF0) is known color: Neon Blue. HEX triplet: 57, 3D and F0. RGB value is (87,61,240). Sum of RGB (Red+Green+Blue) = 87+61+240=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 240 (94.14% from 255 or 61.86% from 388); Max value from RGB is 240 - color contains mainly: blue. Hex color #573DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573DF0 is #A8C20F. Grayscale: #585858. Windows color (decimal): -11059728 or 15744343. OLE color: 15744343.

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

Color convert

RGB 87 61 240 -
CMYK 0.64 0.75 0 0.06
HSL 248.72º 0.86% 0.59% -
HSV(B) 248.72º 0.75% 0.94% -
XYZ 21.33 11.65 83.56 -
YUV 89.18 213.11 126.45 -
System Red Green Blue C M Y K H S L
Decimal 87 61 240 0.64 0.75 0 0.06 248.72 0.86 0.59
Hex 57 3D F0 40 4B 0 6 F9 56 3B
Octal 127 75 360 100 113 0 6 371 126 73
Binary 1010111 111101 11110000 1000000 1001011 0 110 11111001 1010110 111011

Color Harmonies of #573DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573DF0

Black with #573DF0

Text Example


Text Example

White with #573DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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