#FD73C2

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

Shades of Neon Pink #FD73C2

Tints of Neon Pink #FD73C2

Color information

#FD73C2 (or 0xFD73C2) is unknown color: approx Neon Pink. HEX triplet: FD, 73 and C2. RGB value is (253,115,194). Sum of RGB (Red+Green+Blue) = 253+115+194=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 115 (45.31% from 255 or 20.46% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD73C2 is #028C3D. Grayscale: #A5A5A5. Windows color (decimal): -166974 or 12743677. OLE color: 12743677.

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

Color convert

RGB253115194-
CMYK00.550.230.01
HSL325.65º97.18%72.16%-
HSV(B)325.65º54.55%99.22%-
XYZ56.3837.0455.22-
YUV165.27144.22190.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.02%
GREEN value IS 115 (45.31% from 255) = 20.46%
BLUE value IS 194 (76.17% from 255) = 34.52%
R=45.02%
G=20.46%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311519400.550.230.01325.6597.1872.16
HexFD73C20371711466148
Octal375163302067271506141110
Binary11111101111001111000010011011110111110100011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD73C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD73C2; }

 p { color: rgb(253,115,194); }

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

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

 a { background-color: rgb(253,115,194); }

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

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

 span { border-color: rgb(253,115,194); }

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