Html Css Color HEX #FC73C6 Neon Pink

📋 copy color: '#FC73C6'

red 252 ◦ green 115 ◦ blue 198

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

Shades of Neon Pink #FC73C6

Tints of Neon Pink #FC73C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.04%

R = 44.6%
G = 20.35%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC73C6 (or 0xFC73C6) is known color: Neon Pink. HEX triplet: FC, 73 and C6. RGB value is (252,115,198). Sum of RGB (Red+Green+Blue) = 252+115+198=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73C6 is #038C39. Grayscale: #A5A5A5. Windows color (decimal): -232506 or 13005820. OLE color: 13005820.

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

Color convert

RGB 252 115 198 -
CMYK 0 0.54 0.21 0.01
HSL 323.65º 0.96% 0.72% -
HSV(B) 323.65º 0.54% 0.99% -
XYZ 56.47 37.03 57.6 -
YUV 165.43 146.39 189.75 -
System Red Green Blue C M Y K H S L
Decimal 252 115 198 0 0.54 0.21 0.01 323.65 0.96 0.72
Hex FC 73 C6 0 36 15 1 144 60 48
Octal 374 163 306 0 66 25 1 504 140 110
Binary 11111100 1110011 11000110 0 110110 10101 1 101000100 1100000 1001000

Color Harmonies of #FC73C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC73C6

Black with #FC73C6

Text Example


Text Example

White with #FC73C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC73C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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