Html Css Color HEX #FC77CC Neon Pink

📋 copy color: '#FC77CC'

red 252 ◦ green 119 ◦ blue 204

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

Shades of Neon Pink #FC77CC

Tints of Neon Pink #FC77CC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.7%

 BLUE value IS 204 (80.08% from 255) = 35.48%

R = 43.83%
G = 20.7%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC77CC (or 0xFC77CC) is known color: Neon Pink. HEX triplet: FC, 77 and CC. RGB value is (252,119,204). Sum of RGB (Red+Green+Blue) = 252+119+204=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77CC is #038833. Grayscale: #A8A8A8. Windows color (decimal): -231476 or 13400060. OLE color: 13400060.

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

Color convert

RGB 252 119 204 -
CMYK 0 0.53 0.19 0.01
HSL 321.65º 0.96% 0.73% -
HSV(B) 321.65º 0.53% 0.99% -
XYZ 57.64 38.25 61.47 -
YUV 168.46 148.06 187.59 -
System Red Green Blue C M Y K H S L
Decimal 252 119 204 0 0.53 0.19 0.01 321.65 0.96 0.73
Hex FC 77 CC 0 35 13 1 142 60 49
Octal 374 167 314 0 65 23 1 502 140 111
Binary 11111100 1110111 11001100 0 110101 10011 1 101000010 1100000 1001001

Color Harmonies of #FC77CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC77CC

Black with #FC77CC

Text Example


Text Example

White with #FC77CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC77CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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