#FC72CB

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

Shades of Neon Pink #FC72CB

Tints of Neon Pink #FC72CB

Color information

#FC72CB (or 0xFC72CB) is unknown color: approx Neon Pink. HEX triplet: FC, 72 and CB. RGB value is (252,114,203). Sum of RGB (Red+Green+Blue) = 252+114+203=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC72CB is #038D34. Grayscale: #A5A5A5. Windows color (decimal): -232757 or 13333244. OLE color: 13333244.

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

Color convert

RGB252114203-
CMYK00.550.190.01
HSL321.3º95.83%71.76%-
HSV(B)321.3º54.76%98.82%-
XYZ56.9437.0460.65-
YUV165.41149.22189.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.29%
GREEN value IS 114 (44.92% from 255) = 20.04%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=44.29%
G=20.04%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211420300.550.190.01321.395.8371.76
HexFC72CB0371311416048
Octal374162313067231501140110
Binary11111100111001011001011011011110011110100000111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC72CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC72CB; }

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

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

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

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

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

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

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

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