Html Css Color HEX #FF73D4 Neon Pink

📋 copy color: '#FF73D4'

red 255 ◦ green 115 ◦ blue 212

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

Shades of Neon Pink #FF73D4

Tints of Neon Pink #FF73D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.43%

R = 43.81%
G = 19.76%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF73D4 (or 0xFF73D4) is known color: Neon Pink. HEX triplet: FF, 73 and D4. RGB value is (255,115,212). Sum of RGB (Red+Green+Blue) = 255+115+212=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 115 (45.31% from 255 or 19.76% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73D4 is #008C2B. Grayscale: #A7A7A7. Windows color (decimal): -35884 or 13923327. OLE color: 13923327.

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

Color convert

RGB 255 115 212 -
CMYK 0 0.55 0.17 0
HSL 318.43º 1% 0.73% -
HSV(B) 318.43º 0.55% 1% -
XYZ 59.25 38.27 66.55 -
YUV 167.92 152.88 190.11 -
System Red Green Blue C M Y K H S L
Decimal 255 115 212 0 0.55 0.17 0 318.43 1 0.73
Hex FF 73 D4 0 37 11 0 13E 64 49
Octal 377 163 324 0 67 21 0 476 144 111
Binary 11111111 1110011 11010100 0 110111 10001 0 100111110 1100100 1001001

Color Harmonies of #FF73D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF73D4

Black with #FF73D4

Text Example


Text Example

White with #FF73D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF73D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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