#FC72BD

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

Shades of Neon Pink #FC72BD

Tints of Neon Pink #FC72BD

Color information

#FC72BD (or 0xFC72BD) is unknown color: approx Neon Pink. HEX triplet: FC, 72 and BD. RGB value is (252,114,189). Sum of RGB (Red+Green+Blue) = 252+114+189=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC72BD is #038D42. Grayscale: #A3A3A3. Windows color (decimal): -232771 or 12415740. OLE color: 12415740.

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

Color convert

RGB252114189-
CMYK00.550.250.01
HSL327.39º95.83%71.76%-
HSV(B)327.39º54.76%98.82%-
XYZ55.3536.452.25-
YUV163.81142.22190.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.41%
GREEN value IS 114 (44.92% from 255) = 20.54%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=45.41%
G=20.54%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211418900.550.250.01327.3995.8371.76
HexFC72BD0371911476048
Octal374162275067311507140110
Binary11111100111001010111101011011111001110100011111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC72BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC72BD; }

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

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

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

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

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

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

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

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