#FD73C6

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

Shades of Neon Pink #FD73C6

Tints of Neon Pink #FD73C6

Color information

#FD73C6 (or 0xFD73C6) is unknown color: approx Neon Pink. HEX triplet: FD, 73 and C6. RGB value is (253,115,198). Sum of RGB (Red+Green+Blue) = 253+115+198=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 198 (77.73% from 255 or 34.98% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD73C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD73C6 is #028C39. Grayscale: #A5A5A5. Windows color (decimal): -166970 or 13005821. OLE color: 13005821.

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

Color convert

RGB253115198-
CMYK00.550.220.01
HSL323.91º97.18%72.16%-
HSV(B)323.91º54.55%99.22%-
XYZ56.8337.2257.62-
YUV165.72146.22190.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.70%
GREEN value IS 115 (45.31% from 255) = 20.32%
BLUE value IS 198 (77.73% from 255) = 34.98%
R=44.70%
G=20.32%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311519800.550.220.01323.9197.1872.16
HexFD73C60371611446148
Octal375163306067261504141110
Binary11111101111001111000110011011110110110100010011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD73C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD73C6; }

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

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

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

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

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

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

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

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