#FC75D0

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

Shades of Neon Pink #FC75D0

Tints of Neon Pink #FC75D0

Color information

#FC75D0 (or 0xFC75D0) is unknown color: approx Neon Pink. HEX triplet: FC, 75 and D0. RGB value is (252,117,208). Sum of RGB (Red+Green+Blue) = 252+117+208=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 117 (46.09% from 255 or 20.28% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC75D0 is #038A2F. Grayscale: #A7A7A7. Windows color (decimal): -231984 or 13661692. OLE color: 13661692.

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

Color convert

RGB252117208-
CMYK00.540.170.01
HSL319.56º95.74%72.35%-
HSV(B)319.56º53.57%98.82%-
XYZ57.8937.9763.95-
YUV167.74150.73188.1-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.67%
GREEN value IS 117 (46.09% from 255) = 20.28%
BLUE value IS 208 (81.64% from 255) = 36.05%
R=43.67%
G=20.28%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211720800.540.170.01319.5695.7472.35
HexFC75D00361111406048
Octal374165320066211500140110
Binary11111100111010111010000011011010001110100000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC75D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC75D0; }

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

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

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

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

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

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

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

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