#FC71D2

Color #FC71D2 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FC71D2

Tints of Neon Pink #FC71D2

Color information

#FC71D2 (or 0xFC71D2) is unknown color: approx Neon Pink. HEX triplet: FC, 71 and D2. RGB value is (252,113,210). Sum of RGB (Red+Green+Blue) = 252+113+210=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 113 (44.53% from 255 or 19.65% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC71D2 is #038E2D. Grayscale: #A5A5A5. Windows color (decimal): -233006 or 13791740. OLE color: 13791740.

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

Color convert

RGB252113210-
CMYK00.550.170.01
HSL318.13º95.86%71.57%-
HSV(B)318.13º55.16%98.82%-
XYZ57.6837.1665.1-
YUV165.62153.05189.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.83%
GREEN value IS 113 (44.53% from 255) = 19.65%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=43.83%
G=19.65%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211321000.550.170.01318.1395.8671.57
HexFC71D203711113e6048
Octal374161322067211476140110
Binary11111100111000111010010011011110001110011111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC71D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC71D2; }

 p { color: rgb(252,113,210); }

 H1.HeaderClassName
 {
   color: #FC71D2;
 }
 .AnyTagClassName
 {
   color: #FC71D2;
 }
</style>
background-color css

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

 a { background-color: rgb(252,113,210); }

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

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

 span { border-color: rgb(252,113,210); }

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