Html Css Color HEX #FC57C0 Neon Pink

📋 copy color: '#FC57C0'

red 252 ◦ green 87 ◦ blue 192

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

Shades of Neon Pink #FC57C0

Tints of Neon Pink #FC57C0

RGB

 RED value IS 252 (98.83% from 255) = 47.46%

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

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

R = 47.46%
G = 16.38%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC57C0 (or 0xFC57C0) is known color: Neon Pink. HEX triplet: FC, 57 and C0. RGB value is (252,87,192). Sum of RGB (Red+Green+Blue) = 252+87+192=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 87 (34.38% from 255 or 16.38% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC57C0 is #03A83F. Grayscale: #949494. Windows color (decimal): -239680 or 12605436. OLE color: 12605436.

HSL color Cylindrical-coordinate representation of color #FC57C0: hue angle of 321.82º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC57C0 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 87 192 -
CMYK 0 0.65 0.24 0.01
HSL 321.82º 0.96% 0.66% -
HSV(B) 321.82º 0.65% 0.99% -
XYZ 53.07 31.32 53.12 -
YUV 148.31 152.66 201.96 -
System Red Green Blue C M Y K H S L
Decimal 252 87 192 0 0.65 0.24 0.01 321.82 0.96 0.66
Hex FC 57 C0 0 41 18 1 142 60 42
Octal 374 127 300 0 101 30 1 502 140 102
Binary 11111100 1010111 11000000 0 1000001 11000 1 101000010 1100000 1000010

Color Harmonies of #FC57C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC57C0

Black with #FC57C0

Text Example


Text Example

White with #FC57C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC57C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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