Html Css Color HEX #FC76C8 Neon Pink

📋 copy color: '#FC76C8'

red 252 ◦ green 118 ◦ blue 200

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

Shades of Neon Pink #FC76C8

Tints of Neon Pink #FC76C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.09%

R = 44.21%
G = 20.7%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC76C8 (or 0xFC76C8) is known color: Neon Pink. HEX triplet: FC, 76 and C8. RGB value is (252,118,200). Sum of RGB (Red+Green+Blue) = 252+118+200=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76C8 is #038937. Grayscale: #A7A7A7. Windows color (decimal): -231736 or 13137660. OLE color: 13137660.

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

Color convert

RGB 252 118 200 -
CMYK 0 0.53 0.21 0.01
HSL 323.28º 0.96% 0.73% -
HSV(B) 323.28º 0.53% 0.99% -
XYZ 57.05 37.82 58.94 -
YUV 167.41 146.39 188.33 -
System Red Green Blue C M Y K H S L
Decimal 252 118 200 0 0.53 0.21 0.01 323.28 0.96 0.73
Hex FC 76 C8 0 35 15 1 143 60 49
Octal 374 166 310 0 65 25 1 503 140 111
Binary 11111100 1110110 11001000 0 110101 10101 1 101000011 1100000 1001001

Color Harmonies of #FC76C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76C8

Black with #FC76C8

Text Example


Text Example

White with #FC76C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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