#FC79CA

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

Shades of Neon Pink #FC79CA

Tints of Neon Pink #FC79CA

Color information

#FC79CA (or 0xFC79CA) is unknown color: approx Neon Pink. HEX triplet: FC, 79 and CA. RGB value is (252,121,202). Sum of RGB (Red+Green+Blue) = 252+121+202=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 121 (47.66% from 255 or 21.04% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC79CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC79CA is #038635. Grayscale: #A9A9A9. Windows color (decimal): -230966 or 13269500. OLE color: 13269500.

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

Color convert

RGB252121202-
CMYK00.520.200.01
HSL322.9º95.62%73.14%-
HSV(B)322.9º51.98%98.82%-
XYZ57.6438.6360.3-
YUV169.4146.4186.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.83%
GREEN value IS 121 (47.66% from 255) = 21.04%
BLUE value IS 202 (79.30% from 255) = 35.13%
R=43.83%
G=21.04%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212120200.520.200.01322.995.6273.14
HexFC79CA0341411436049
Octal374171312064241503140111
Binary11111100111100111001010011010010100110100001111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC79CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC79CA; }

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

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

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

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

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

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

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

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