#FF73DA

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

Shades of Neon Pink #FF73DA

Tints of Neon Pink #FF73DA

Color information

#FF73DA (or 0xFF73DA) is unknown color: approx Neon Pink. HEX triplet: FF, 73 and DA. RGB value is (255,115,218). Sum of RGB (Red+Green+Blue) = 255+115+218=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 115 (45.31% from 255 or 19.56% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73DA is #008C25. Grayscale: #A8A8A8. Windows color (decimal): -35878 or 14316543. OLE color: 14316543.

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

Color convert

RGB255115218-
CMYK00.550.150
HSL315.86º100%72.55%-
HSV(B)315.86º54.9%100%-
XYZ60.0338.5870.61-
YUV168.6155.88189.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.37%
GREEN value IS 115 (45.31% from 255) = 19.56%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=43.37%
G=19.56%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511521800.550.150315.8610072.55
HexFF73DA037F013c6449
Octal377163332067170474144111
Binary1111111111100111101101001101111111010011110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF73DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF73DA; }

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

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

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

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

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

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

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

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