Html Css Color HEX #FC73C9 Neon Pink

📋 copy color: '#FC73C9'

red 252 ◦ green 115 ◦ blue 201

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

Shades of Neon Pink #FC73C9

Tints of Neon Pink #FC73C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.39%

R = 44.37%
G = 20.25%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC73C9 (or 0xFC73C9) is known color: Neon Pink. HEX triplet: FC, 73 and C9. RGB value is (252,115,201). Sum of RGB (Red+Green+Blue) = 252+115+201=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73C9 is #038C36. Grayscale: #A5A5A5. Windows color (decimal): -232503 or 13202428. OLE color: 13202428.

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

Color convert

RGB 252 115 201 -
CMYK 0 0.54 0.20 0.01
HSL 322.34º 0.96% 0.72% -
HSV(B) 322.34º 0.54% 0.99% -
XYZ 56.82 37.17 59.44 -
YUV 165.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 252 115 201 0 0.54 0.20 0.01 322.34 0.96 0.72
Hex FC 73 C9 0 36 14 1 142 60 48
Octal 374 163 311 0 66 24 1 502 140 110
Binary 11111100 1110011 11001001 0 110110 10100 1 101000010 1100000 1001000

Color Harmonies of #FC73C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC73C9

Black with #FC73C9

Text Example


Text Example

White with #FC73C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC73C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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