#FC75D8

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

Shades of Neon Pink #FC75D8

Tints of Neon Pink #FC75D8

Color information

#FC75D8 (or 0xFC75D8) is unknown color: approx Neon Pink. HEX triplet: FC, 75 and D8. RGB value is (252,117,216). Sum of RGB (Red+Green+Blue) = 252+117+216=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 117 (46.09% from 255 or 20% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC75D8 is #038A27. Grayscale: #A8A8A8. Windows color (decimal): -231976 or 14185980. OLE color: 14185980.

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

Color convert

RGB252117216-
CMYK00.540.140.01
HSL316º95.74%72.35%-
HSV(B)316º53.57%98.82%-
XYZ58.938.3869.27-
YUV168.65154.73187.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.08%
GREEN value IS 117 (46.09% from 255) = 20%
BLUE value IS 216 (84.77% from 255) = 36.92%
R=43.08%
G=20%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211721600.540.140.0131695.7472.35
HexFC75D8036E113c6048
Octal374165330066161474140110
Binary1111110011101011101100001101101110110011110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC75D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC75D8; }

 p { color: rgb(252,117,216); }

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

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

 a { background-color: rgb(252,117,216); }

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

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

 span { border-color: rgb(252,117,216); }

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