Html Css Color HEX #FC73C4 Neon Pink

📋 copy color: '#FC73C4'

red 252 ◦ green 115 ◦ blue 196

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

Shades of Neon Pink #FC73C4

Tints of Neon Pink #FC73C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.81%

R = 44.76%
G = 20.43%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC73C4 (or 0xFC73C4) is known color: Neon Pink. HEX triplet: FC, 73 and C4. RGB value is (252,115,196). Sum of RGB (Red+Green+Blue) = 252+115+196=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73C4 is #038C3B. Grayscale: #A5A5A5. Windows color (decimal): -232508 or 12874748. OLE color: 12874748.

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

Color convert

RGB 252 115 196 -
CMYK 0 0.54 0.22 0.01
HSL 324.53º 0.96% 0.72% -
HSV(B) 324.53º 0.54% 0.99% -
XYZ 56.24 36.94 56.39 -
YUV 165.2 145.39 189.91 -
System Red Green Blue C M Y K H S L
Decimal 252 115 196 0 0.54 0.22 0.01 324.53 0.96 0.72
Hex FC 73 C4 0 36 16 1 145 60 48
Octal 374 163 304 0 66 26 1 505 140 110
Binary 11111100 1110011 11000100 0 110110 10110 1 101000101 1100000 1001000

Color Harmonies of #FC73C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC73C4

Black with #FC73C4

Text Example


Text Example

White with #FC73C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC73C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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