Html Css Color HEX #FC73D0 Neon Pink

📋 copy color: '#FC73D0'

red 252 ◦ green 115 ◦ blue 208

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

Shades of Neon Pink #FC73D0

Tints of Neon Pink #FC73D0

RGB

 RED value IS 252 (98.83% from 255) = 43.83%

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

 BLUE value IS 208 (81.64% from 255) = 36.17%

R = 43.83%
G = 20%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC73D0 (or 0xFC73D0) is known color: Neon Pink. HEX triplet: FC, 73 and D0. RGB value is (252,115,208). Sum of RGB (Red+Green+Blue) = 252+115+208=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73D0 is #038C2F. Grayscale: #A6A6A6. Windows color (decimal): -232496 or 13661180. OLE color: 13661180.

HSL color Cylindrical-coordinate representation of color #FC73D0: hue angle of 319.27º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC73D0 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 115 208 -
CMYK 0 0.54 0.17 0.01
HSL 319.27º 0.96% 0.72% -
HSV(B) 319.27º 0.54% 0.99% -
XYZ 57.66 37.51 63.88 -
YUV 166.57 151.39 188.94 -
System Red Green Blue C M Y K H S L
Decimal 252 115 208 0 0.54 0.17 0.01 319.27 0.96 0.72
Hex FC 73 D0 0 36 11 1 13F 60 48
Octal 374 163 320 0 66 21 1 477 140 110
Binary 11111100 1110011 11010000 0 110110 10001 1 100111111 1100000 1001000

Color Harmonies of #FC73D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC73D0

Black with #FC73D0

Text Example


Text Example

White with #FC73D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC73D0; }

 p { color: rgb(252,115,208); }

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

background-color css

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

 a { background-color: rgb(252,115,208); }

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

border-color css

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

 span { border-color: rgb(252,115,208); }

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