Html Css Color HEX #FC76C6 Neon Pink

📋 copy color: '#FC76C6'

red 252 ◦ green 118 ◦ blue 198

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

Shades of Neon Pink #FC76C6

Tints of Neon Pink #FC76C6

RGB

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

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

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

R = 44.37%
G = 20.77%
B = 34.86%

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

#FC76C6 (or 0xFC76C6) is known color: Neon Pink. HEX triplet: FC, 76 and C6. RGB value is (252,118,198). Sum of RGB (Red+Green+Blue) = 252+118+198=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76C6 is #038939. Grayscale: #A6A6A6. Windows color (decimal): -231738 or 13006588. OLE color: 13006588.

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

Color convert

RGB 252 118 198 -
CMYK 0 0.53 0.21 0.01
HSL 324.18º 0.96% 0.73% -
HSV(B) 324.18º 0.53% 0.99% -
XYZ 56.82 37.73 57.71 -
YUV 167.19 145.39 188.5 -
System Red Green Blue C M Y K H S L
Decimal 252 118 198 0 0.53 0.21 0.01 324.18 0.96 0.73
Hex FC 76 C6 0 35 15 1 144 60 49
Octal 374 166 306 0 65 25 1 504 140 111
Binary 11111100 1110110 11000110 0 110101 10101 1 101000100 1100000 1001001

Color Harmonies of #FC76C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76C6

Black with #FC76C6

Text Example


Text Example

White with #FC76C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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