#FF73D9

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

Shades of Neon Pink #FF73D9

Tints of Neon Pink #FF73D9

Color information

#FF73D9 (or 0xFF73D9) is unknown color: approx Neon Pink. HEX triplet: FF, 73 and D9. RGB value is (255,115,217). Sum of RGB (Red+Green+Blue) = 255+115+217=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 115 (45.31% from 255 or 19.59% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73D9 is #008C26. Grayscale: #A8A8A8. Windows color (decimal): -35879 or 14251007. OLE color: 14251007.

HSL color Cylindrical-coordinate representation of color #FF73D9: hue angle of 316.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF73D9 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255115217-
CMYK00.550.150
HSL316.29º100%72.55%-
HSV(B)316.29º54.9%100%-
XYZ59.938.5369.93-
YUV168.49155.38189.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 115 (45.31% from 255) = 19.59%
BLUE value IS 217 (85.16% from 255) = 36.97%
R=43.44%
G=19.59%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511521700.550.150316.2910072.55
HexFF73D9037F013c6449
Octal377163331067170474144111
Binary1111111111100111101100101101111111010011110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF73D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF73D9; }

 p { color: rgb(255,115,217); }

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

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

 a { background-color: rgb(255,115,217); }

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

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

 span { border-color: rgb(255,115,217); }

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