#FC72D9

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

Shades of Neon Pink #FC72D9

Tints of Neon Pink #FC72D9

Color information

#FC72D9 (or 0xFC72D9) is unknown color: approx Neon Pink. HEX triplet: FC, 72 and D9. RGB value is (252,114,217). Sum of RGB (Red+Green+Blue) = 252+114+217=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 114 (44.92% from 255 or 19.55% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC72D9 is #038D26. Grayscale: #A6A6A6. Windows color (decimal): -232743 or 14250748. OLE color: 14250748.

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

Color convert

RGB252114217-
CMYK00.550.140.01
HSL315.22º95.83%71.76%-
HSV(B)315.22º54.76%98.82%-
XYZ58.6937.7469.84-
YUV167156.22188.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 114 (44.92% from 255) = 19.55%
BLUE value IS 217 (85.16% from 255) = 37.22%
R=43.22%
G=19.55%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211421700.550.140.01315.2295.8371.76
HexFC72D9037E113b6048
Octal374162331067161473140110
Binary1111110011100101101100101101111110110011101111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC72D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC72D9; }

 p { color: rgb(252,114,217); }

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

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

 a { background-color: rgb(252,114,217); }

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

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

 span { border-color: rgb(252,114,217); }

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