Html Css Color HEX #FC76D0 Neon Pink

📋 copy color: '#FC76D0'

red 252 ◦ green 118 ◦ blue 208

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

Shades of Neon Pink #FC76D0

Tints of Neon Pink #FC76D0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.42%

 BLUE value IS 208 (81.64% from 255) = 35.99%

R = 43.6%
G = 20.42%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC76D0 (or 0xFC76D0) is known color: Neon Pink. HEX triplet: FC, 76 and D0. RGB value is (252,118,208). Sum of RGB (Red+Green+Blue) = 252+118+208=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 118 (46.48% from 255 or 20.42% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76D0 is #03892F. Grayscale: #A8A8A8. Windows color (decimal): -231728 or 13661948. OLE color: 13661948.

HSL color Cylindrical-coordinate representation of color #FC76D0: hue angle of 319.7º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC76D0 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 118 208 -
CMYK 0 0.53 0.17 0.01
HSL 319.7º 0.96% 0.73% -
HSV(B) 319.7º 0.53% 0.99% -
XYZ 58.01 38.21 63.99 -
YUV 168.33 150.39 187.68 -
System Red Green Blue C M Y K H S L
Decimal 252 118 208 0 0.53 0.17 0.01 319.7 0.96 0.73
Hex FC 76 D0 0 35 11 1 140 60 49
Octal 374 166 320 0 65 21 1 500 140 111
Binary 11111100 1110110 11010000 0 110101 10001 1 101000000 1100000 1001001

Color Harmonies of #FC76D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76D0

Black with #FC76D0

Text Example


Text Example

White with #FC76D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76D0; }

 p { color: rgb(252,118,208); }

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

background-color css

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

 a { background-color: rgb(252,118,208); }

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

border-color css

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

 span { border-color: rgb(252,118,208); }

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