Html Css Color HEX #FF73C6 Neon Pink

📋 copy color: '#FF73C6'

red 255 ◦ green 115 ◦ blue 198

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

Shades of Neon Pink #FF73C6

Tints of Neon Pink #FF73C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.86%

R = 44.89%
G = 20.25%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF73C6 (or 0xFF73C6) is known color: Neon Pink. HEX triplet: FF, 73 and C6. RGB value is (255,115,198). Sum of RGB (Red+Green+Blue) = 255+115+198=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73C6 is #008C39. Grayscale: #A6A6A6. Windows color (decimal): -35898 or 13005823. OLE color: 13005823.

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

Color convert

RGB 255 115 198 -
CMYK 0 0.55 0.22 0
HSL 324.43º 1% 0.73% -
HSV(B) 324.43º 0.55% 1% -
XYZ 57.56 37.6 57.65 -
YUV 166.32 145.88 191.25 -
System Red Green Blue C M Y K H S L
Decimal 255 115 198 0 0.55 0.22 0 324.43 1 0.73
Hex FF 73 C6 0 37 16 0 144 64 49
Octal 377 163 306 0 67 26 0 504 144 111
Binary 11111111 1110011 11000110 0 110111 10110 0 101000100 1100100 1001001

Color Harmonies of #FF73C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF73C6

Black with #FF73C6

Text Example


Text Example

White with #FF73C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF73C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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