Html Css Color HEX #FC76D2 Neon Pink

📋 copy color: '#FC76D2'

red 252 ◦ green 118 ◦ blue 210

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

Shades of Neon Pink #FC76D2

Tints of Neon Pink #FC76D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.21%

R = 43.45%
G = 20.34%
B = 36.21%

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

#FC76D2 (or 0xFC76D2) is known color: Neon Pink. HEX triplet: FC, 76 and D2. RGB value is (252,118,210). Sum of RGB (Red+Green+Blue) = 252+118+210=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76D2 is #03892D. Grayscale: #A8A8A8. Windows color (decimal): -231726 or 13793020. OLE color: 13793020.

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

Color convert

RGB 252 118 210 -
CMYK 0 0.53 0.17 0.01
HSL 318.81º 0.96% 0.73% -
HSV(B) 318.81º 0.53% 0.99% -
XYZ 58.26 38.31 65.3 -
YUV 168.55 151.39 187.52 -
System Red Green Blue C M Y K H S L
Decimal 252 118 210 0 0.53 0.17 0.01 318.81 0.96 0.73
Hex FC 76 D2 0 35 11 1 13F 60 49
Octal 374 166 322 0 65 21 1 477 140 111
Binary 11111100 1110110 11010010 0 110101 10001 1 100111111 1100000 1001001

Color Harmonies of #FC76D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76D2

Black with #FC76D2

Text Example


Text Example

White with #FC76D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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