#FC73CA

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

Shades of Neon Pink #FC73CA

Tints of Neon Pink #FC73CA

Color information

#FC73CA (or 0xFC73CA) is unknown color: approx Neon Pink. HEX triplet: FC, 73 and CA. RGB value is (252,115,202). Sum of RGB (Red+Green+Blue) = 252+115+202=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 115 (45.31% from 255 or 20.21% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73CA is #038C35. Grayscale: #A5A5A5. Windows color (decimal): -232502 or 13267964. OLE color: 13267964.

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

Color convert

RGB252115202-
CMYK00.540.200.01
HSL321.9º95.8%71.96%-
HSV(B)321.9º54.37%98.82%-
XYZ56.9437.2260.06-
YUV165.88148.39189.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.29%
GREEN value IS 115 (45.31% from 255) = 20.21%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=44.29%
G=20.21%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211520200.540.200.01321.995.871.96
HexFC73CA0361411426048
Octal374163312066241502140110
Binary11111100111001111001010011011010100110100001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC73CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC73CA; }

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

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

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

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

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

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

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

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