Html Css Color HEX #FC76D4 Neon Pink

📋 copy color: '#FC76D4'

red 252 ◦ green 118 ◦ blue 212

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

Shades of Neon Pink #FC76D4

Tints of Neon Pink #FC76D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.43%

R = 43.3%
G = 20.27%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC76D4 (or 0xFC76D4) is known color: Neon Pink. HEX triplet: FC, 76 and D4. RGB value is (252,118,212). Sum of RGB (Red+Green+Blue) = 252+118+212=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 118 (46.48% from 255 or 20.27% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76D4 is #03892B. Grayscale: #A8A8A8. Windows color (decimal): -231724 or 13924092. OLE color: 13924092.

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

Color convert

RGB 252 118 212 -
CMYK 0 0.53 0.16 0.01
HSL 317.91º 0.96% 0.73% -
HSV(B) 317.91º 0.53% 0.99% -
XYZ 58.51 38.41 66.62 -
YUV 168.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 252 118 212 0 0.53 0.16 0.01 317.91 0.96 0.73
Hex FC 76 D4 0 35 10 1 13E 60 49
Octal 374 166 324 0 65 20 1 476 140 111
Binary 11111100 1110110 11010100 0 110101 10000 1 100111110 1100000 1001001

Color Harmonies of #FC76D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76D4

Black with #FC76D4

Text Example


Text Example

White with #FC76D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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