Html Css Color HEX #FC77CE Neon Pink

📋 copy color: '#FC77CE'

red 252 ◦ green 119 ◦ blue 206

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

Shades of Neon Pink #FC77CE

Tints of Neon Pink #FC77CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.7%

R = 43.67%
G = 20.62%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC77CE (or 0xFC77CE) is known color: Neon Pink. HEX triplet: FC, 77 and CE. RGB value is (252,119,206). Sum of RGB (Red+Green+Blue) = 252+119+206=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 119 (46.88% from 255 or 20.62% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77CE is #038831. Grayscale: #A8A8A8. Windows color (decimal): -231474 or 13531132. OLE color: 13531132.

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

Color convert

RGB 252 119 206 -
CMYK 0 0.53 0.18 0.01
HSL 320.75º 0.96% 0.73% -
HSV(B) 320.75º 0.53% 0.99% -
XYZ 57.88 38.35 62.74 -
YUV 168.69 149.06 187.43 -
System Red Green Blue C M Y K H S L
Decimal 252 119 206 0 0.53 0.18 0.01 320.75 0.96 0.73
Hex FC 77 CE 0 35 12 1 141 60 49
Octal 374 167 316 0 65 22 1 501 140 111
Binary 11111100 1110111 11001110 0 110101 10010 1 101000001 1100000 1001001

Color Harmonies of #FC77CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC77CE

Black with #FC77CE

Text Example


Text Example

White with #FC77CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC77CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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