#FC74D7

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

Shades of Neon Pink #FC74D7

Tints of Neon Pink #FC74D7

Color information

#FC74D7 (or 0xFC74D7) is unknown color: approx Neon Pink. HEX triplet: FC, 74 and D7. RGB value is (252,116,215). Sum of RGB (Red+Green+Blue) = 252+116+215=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 116 (45.70% from 255 or 19.90% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC74D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC74D7 is #038B28. Grayscale: #A7A7A7. Windows color (decimal): -232233 or 14120188. OLE color: 14120188.

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

Color convert

RGB252116215-
CMYK00.540.150.01
HSL316.32º95.77%72.16%-
HSV(B)316.32º53.97%98.82%-
XYZ58.6638.0968.55-
YUV167.95154.56187.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.22%
GREEN value IS 116 (45.70% from 255) = 19.90%
BLUE value IS 215 (84.38% from 255) = 36.88%
R=43.22%
G=19.90%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211621500.540.150.01316.3295.7772.16
HexFC74D7036F113c6048
Octal374164327066171474140110
Binary1111110011101001101011101101101111110011110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC74D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC74D7; }

 p { color: rgb(252,116,215); }

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

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

 a { background-color: rgb(252,116,215); }

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

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

 span { border-color: rgb(252,116,215); }

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