Html Css Color HEX #FC57D0 Neon Pink

📋 copy color: '#FC57D0'

red 252 ◦ green 87 ◦ blue 208

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

Shades of Neon Pink #FC57D0

Tints of Neon Pink #FC57D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.03%

R = 46.07%
G = 15.9%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC57D0 (or 0xFC57D0) is known color: Neon Pink. HEX triplet: FC, 57 and D0. RGB value is (252,87,208). Sum of RGB (Red+Green+Blue) = 252+87+208=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 87 (34.38% from 255 or 15.90% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC57D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC57D0 is #03A82F. Grayscale: #959595. Windows color (decimal): -239664 or 13654012. OLE color: 13654012.

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

Color convert

RGB 252 87 208 -
CMYK 0 0.65 0.17 0.01
HSL 316º 0.96% 0.66% -
HSV(B) 316º 0.65% 0.99% -
XYZ 54.94 32.07 62.97 -
YUV 150.13 160.66 200.66 -
System Red Green Blue C M Y K H S L
Decimal 252 87 208 0 0.65 0.17 0.01 316 0.96 0.66
Hex FC 57 D0 0 41 11 1 13C 60 42
Octal 374 127 320 0 101 21 1 474 140 102
Binary 11111100 1010111 11010000 0 1000001 10001 1 100111100 1100000 1000010

Color Harmonies of #FC57D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC57D0

Black with #FC57D0

Text Example


Text Example

White with #FC57D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC57D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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