Html Css Color HEX #FA57C3 Neon Pink

📋 copy color: '#FA57C3'

red 250 ◦ green 87 ◦ blue 195

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

Shades of Neon Pink #FA57C3

Tints of Neon Pink #FA57C3

RGB

 RED value IS 250 (98.05% from 255) = 46.99%

 GREEN value IS 87 (34.38% from 255) = 16.35%

 BLUE value IS 195 (76.56% from 255) = 36.65%

R = 46.99%
G = 16.35%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FA57C3 (or 0xFA57C3) is known color: Neon Pink. HEX triplet: FA, 57 and C3. RGB value is (250,87,195). Sum of RGB (Red+Green+Blue) = 250+87+195=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 87 (34.38% from 255 or 16.35% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA57C3 is #05A83C. Grayscale: #939393. Windows color (decimal): -370749 or 12802042. OLE color: 12802042.

HSL color Cylindrical-coordinate representation of color #FA57C3: hue angle of 320.25º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA57C3 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 87 195 -
CMYK 0 0.65 0.22 0.02
HSL 320.25º 0.94% 0.66% -
HSV(B) 320.25º 0.65% 0.98% -
XYZ 52.68 31.08 54.85 -
YUV 148.05 154.5 200.72 -
System Red Green Blue C M Y K H S L
Decimal 250 87 195 0 0.65 0.22 0.02 320.25 0.94 0.66
Hex FA 57 C3 0 41 16 2 140 5E 42
Octal 372 127 303 0 101 26 2 500 136 102
Binary 11111010 1010111 11000011 0 1000001 10110 10 101000000 1011110 1000010

Color Harmonies of #FA57C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA57C3

Black with #FA57C3

Text Example


Text Example

White with #FA57C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA57C3; }

 p { color: rgb(250,87,195); }

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

background-color css

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

 a { background-color: rgb(250,87,195); }

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

border-color css

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

 span { border-color: rgb(250,87,195); }

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