Html Css Color HEX #FC73C1 Neon Pink

📋 copy color: '#FC73C1'

red 252 ◦ green 115 ◦ blue 193

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

Shades of Neon Pink #FC73C1

Tints of Neon Pink #FC73C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.46%

R = 45%
G = 20.54%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC73C1 (or 0xFC73C1) is known color: Neon Pink. HEX triplet: FC, 73 and C1. RGB value is (252,115,193). Sum of RGB (Red+Green+Blue) = 252+115+193=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73C1 is #038C3E. Grayscale: #A4A4A4. Windows color (decimal): -232511 or 12678140. OLE color: 12678140.

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

Color convert

RGB 252 115 193 -
CMYK 0 0.54 0.23 0.01
HSL 325.84º 0.96% 0.72% -
HSV(B) 325.84º 0.54% 0.99% -
XYZ 55.9 36.81 54.61 -
YUV 164.86 143.89 190.16 -
System Red Green Blue C M Y K H S L
Decimal 252 115 193 0 0.54 0.23 0.01 325.84 0.96 0.72
Hex FC 73 C1 0 36 17 1 146 60 48
Octal 374 163 301 0 66 27 1 506 140 110
Binary 11111100 1110011 11000001 0 110110 10111 1 101000110 1100000 1001000

Color Harmonies of #FC73C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC73C1

Black with #FC73C1

Text Example


Text Example

White with #FC73C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC73C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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