Html Css Color HEX #FF73D5 Neon Pink

📋 copy color: '#FF73D5'

red 255 ◦ green 115 ◦ blue 213

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

Shades of Neon Pink #FF73D5

Tints of Neon Pink #FF73D5

RGB

 RED value IS 255 (100% from 255) = 43.74%

 GREEN value IS 115 (45.31% from 255) = 19.73%

 BLUE value IS 213 (83.59% from 255) = 36.54%

R = 43.74%
G = 19.73%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF73D5 (or 0xFF73D5) is known color: Neon Pink. HEX triplet: FF, 73 and D5. RGB value is (255,115,213). Sum of RGB (Red+Green+Blue) = 255+115+213=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 115 (45.31% from 255 or 19.73% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73D5 is #008C2A. Grayscale: #A7A7A7. Windows color (decimal): -35883 or 13988863. OLE color: 13988863.

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

Color convert

RGB 255 115 213 -
CMYK 0 0.55 0.16 0
HSL 318º 1% 0.73% -
HSV(B) 318º 0.55% 1% -
XYZ 59.38 38.33 67.22 -
YUV 168.03 153.38 190.03 -
System Red Green Blue C M Y K H S L
Decimal 255 115 213 0 0.55 0.16 0 318 1 0.73
Hex FF 73 D5 0 37 10 0 13E 64 49
Octal 377 163 325 0 67 20 0 476 144 111
Binary 11111111 1110011 11010101 0 110111 10000 0 100111110 1100100 1001001

Color Harmonies of #FF73D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF73D5

Black with #FF73D5

Text Example


Text Example

White with #FF73D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF73D5; }

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

 H1.HeaderClassName
 {
   color: #FF73D5;
 }
 .AnyTagClassName
 {
   color: #FF73D5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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