#fc77d1

Color #FC77D1 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FC77D1

Tints of Neon Pink #FC77D1

Color information

#FC77D1 (or 0xFC77D1) is unknown color: approx Neon Pink. HEX triplet: FC, 77 and D1. RGB value is (252,119,209). Sum of RGB (Red+Green+Blue) = 252+119+209=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77D1 is #03882E. Grayscale: #A8A8A8. Windows color (decimal): -231471 or 13727740. OLE color: 13727740.

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

Color convert

RGB252119209-
CMYK00.530.170.01
HSL319.4º95.68%72.75%-
HSV(B)319.4º52.78%98.82%-
XYZ58.2538.4964.68-
YUV169.03150.56187.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.45%
GREEN value IS 119 (46.88% from 255) = 20.52%
BLUE value IS 209 (82.03% from 255) = 36.03%
R=43.45%
G=20.52%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211920900.530.170.01319.495.6872.75
HexFC77D103511113f6049
Octal374167321065211477140111
Binary11111100111011111010001011010110001110011111111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc77d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc77d1; }

 p { color: rgb(252,119,209); }

 H1.HeaderClassName
 {
   color: #fc77d1;
 }
 .AnyTagClassName
 {
   color: #fc77d1;
 }
</style>
background-color css

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

 a { background-color: rgb(252,119,209); }

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

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

 span { border-color: rgb(252,119,209); }

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