#FD72C9

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

Shades of Neon Pink #FD72C9

Tints of Neon Pink #FD72C9

Color information

#FD72C9 (or 0xFD72C9) is unknown color: approx Neon Pink. HEX triplet: FD, 72 and C9. RGB value is (253,114,201). Sum of RGB (Red+Green+Blue) = 253+114+201=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FD72C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD72C9 is #028D36. Grayscale: #A5A5A5. Windows color (decimal): -167223 or 13202173. OLE color: 13202173.

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

Color convert

RGB253114201-
CMYK00.550.210.01
HSL322.45º97.2%71.96%-
HSV(B)322.45º54.94%99.22%-
XYZ57.0737.1359.42-
YUV165.48148.05190.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.54%
GREEN value IS 114 (44.92% from 255) = 20.07%
BLUE value IS 201 (78.91% from 255) = 35.39%
R=44.54%
G=20.07%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311420100.550.210.01322.4597.271.96
HexFD72C90371511426148
Octal375162311067251502141110
Binary11111101111001011001001011011110101110100001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD72C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD72C9; }

 p { color: rgb(253,114,201); }

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

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

 a { background-color: rgb(253,114,201); }

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

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

 span { border-color: rgb(253,114,201); }

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