Html Css Color HEX #573CF6 Neon Blue

📋 copy color: '#573CF6'

red 87 ◦ green 60 ◦ blue 246

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

Shades of Neon Blue #573CF6

Tints of Neon Blue #573CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 62.6%

R = 22.14%
G = 15.27%
B = 62.6%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#573CF6 (or 0x573CF6) is known color: Neon Blue. HEX triplet: 57, 3C and F6. RGB value is (87,60,246). Sum of RGB (Red+Green+Blue) = 87+60+246=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 246 (96.48% from 255 or 62.60% from 393); Max value from RGB is 246 - color contains mainly: blue. Hex color #573CF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573CF6 is #A8C309. Grayscale: #585858. Windows color (decimal): -11059978 or 16137303. OLE color: 16137303.

HSL color Cylindrical-coordinate representation of color #573CF6: hue angle of 248.71º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #573CF6 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 87 60 246 -
CMYK 0.65 0.76 0 0.04
HSL 248.71º 0.91% 0.6% -
HSV(B) 248.71º 0.76% 0.96% -
XYZ 22.18 11.91 88.32 -
YUV 89.28 216.45 126.38 -
System Red Green Blue C M Y K H S L
Decimal 87 60 246 0.65 0.76 0 0.04 248.71 0.91 0.6
Hex 57 3C F6 41 4C 0 4 F9 5B 3C
Octal 127 74 366 101 114 0 4 371 133 74
Binary 1010111 111100 11110110 1000001 1001100 0 100 11111001 1011011 111100

Color Harmonies of #573CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573CF6

Black with #573CF6

Text Example


Text Example

White with #573CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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