Html Css Color HEX #FF73D9 Neon Pink

📋 copy color: '#FF73D9'

red 255 ◦ green 115 ◦ blue 217

#FF73D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #FF73D9

Tints of Neon Pink #FF73D9

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 value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF73D9 (or 0xFF73D9) is known color: 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

RGB 255 115 217 -
CMYK 0 0.55 0.15 0
HSL 316.29º 1% 0.73% -
HSV(B) 316.29º 0.55% 1% -
XYZ 59.9 38.53 69.93 -
YUV 168.49 155.38 189.71 -
System Red Green Blue C M Y K H S L
Decimal 255 115 217 0 0.55 0.15 0 316.29 1 0.73
Hex FF 73 D9 0 37 F 0 13C 64 49
Octal 377 163 331 0 67 17 0 474 144 111
Binary 11111111 1110011 11011001 0 110111 1111 0 100111100 1100100 1001001

Color Harmonies of #FF73D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF73D9

Black with #FF73D9

Text Example


Text Example

White with #FF73D9

Text Example


Text Example

HTML Codes & Css Web 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>