Html Css Color HEX #FA57C0 Neon Pink

📋 copy color: '#FA57C0'

red 250 ◦ green 87 ◦ blue 192

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

Shades of Neon Pink #FA57C0

Tints of Neon Pink #FA57C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.29%

R = 47.26%
G = 16.45%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA57C0 (or 0xFA57C0) is known color: Neon Pink. HEX triplet: FA, 57 and C0. RGB value is (250,87,192). Sum of RGB (Red+Green+Blue) = 250+87+192=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA57C0 is #05A83F. Grayscale: #939393. Windows color (decimal): -370752 or 12605434. OLE color: 12605434.

HSL color Cylindrical-coordinate representation of color #FA57C0: hue angle of 321.35º 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 #FA57C0 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 87 192 -
CMYK 0 0.65 0.23 0.02
HSL 321.35º 0.94% 0.66% -
HSV(B) 321.35º 0.65% 0.98% -
XYZ 52.35 30.95 53.08 -
YUV 147.71 153 200.96 -
System Red Green Blue C M Y K H S L
Decimal 250 87 192 0 0.65 0.23 0.02 321.35 0.94 0.66
Hex FA 57 C0 0 41 17 2 141 5E 42
Octal 372 127 300 0 101 27 2 501 136 102
Binary 11111010 1010111 11000000 0 1000001 10111 10 101000001 1011110 1000010

Color Harmonies of #FA57C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA57C0

Black with #FA57C0

Text Example


Text Example

White with #FA57C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA57C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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