#FC79CD

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

Shades of Neon Pink #FC79CD

Tints of Neon Pink #FC79CD

Color information

#FC79CD (or 0xFC79CD) is unknown color: approx Neon Pink. HEX triplet: FC, 79 and CD. RGB value is (252,121,205). Sum of RGB (Red+Green+Blue) = 252+121+205=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 121 (47.66% from 255 or 20.93% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC79CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC79CD is #038632. Grayscale: #A9A9A9. Windows color (decimal): -230963 or 13466108. OLE color: 13466108.

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

Color convert

RGB252121205-
CMYK00.520.190.01
HSL321.53º95.62%73.14%-
HSV(B)321.53º51.98%98.82%-
XYZ5838.7862.19-
YUV169.74147.9186.67-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 121 (47.66% from 255) = 20.93%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=43.60%
G=20.93%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212120500.520.190.01321.5395.6273.14
HexFC79CD0341311426049
Octal374171315064231502140111
Binary11111100111100111001101011010010011110100001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC79CD; }

 p { color: rgb(252,121,205); }

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

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

 a { background-color: rgb(252,121,205); }

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

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

 span { border-color: rgb(252,121,205); }

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