Html Css Color HEX #FC73D3 Neon Pink

📋 copy color: '#FC73D3'

red 252 ◦ green 115 ◦ blue 211

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

Shades of Neon Pink #FC73D3

Tints of Neon Pink #FC73D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.51%

R = 43.6%
G = 19.9%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC73D3 (or 0xFC73D3) is known color: Neon Pink. HEX triplet: FC, 73 and D3. RGB value is (252,115,211). Sum of RGB (Red+Green+Blue) = 252+115+211=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 115 (45.31% from 255 or 19.90% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73D3 is #038C2C. Grayscale: #A6A6A6. Windows color (decimal): -232493 or 13857788. OLE color: 13857788.

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

Color convert

RGB 252 115 211 -
CMYK 0 0.54 0.16 0.01
HSL 317.96º 0.96% 0.72% -
HSV(B) 317.96º 0.54% 0.99% -
XYZ 58.03 37.66 65.84 -
YUV 166.91 152.89 188.69 -
System Red Green Blue C M Y K H S L
Decimal 252 115 211 0 0.54 0.16 0.01 317.96 0.96 0.72
Hex FC 73 D3 0 36 10 1 13E 60 48
Octal 374 163 323 0 66 20 1 476 140 110
Binary 11111100 1110011 11010011 0 110110 10000 1 100111110 1100000 1001000

Color Harmonies of #FC73D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC73D3

Black with #FC73D3

Text Example


Text Example

White with #FC73D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC73D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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