Html Css Color HEX #FC77C5 Neon Pink

📋 copy color: '#FC77C5'

red 252 ◦ green 119 ◦ blue 197

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

Shades of Neon Pink #FC77C5

Tints of Neon Pink #FC77C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.68%

R = 44.37%
G = 20.95%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC77C5 (or 0xFC77C5) is known color: Neon Pink. HEX triplet: FC, 77 and C5. RGB value is (252,119,197). Sum of RGB (Red+Green+Blue) = 252+119+197=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77C5 is #03883A. Grayscale: #A7A7A7. Windows color (decimal): -231483 or 12941308. OLE color: 12941308.

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

Color convert

RGB 252 119 197 -
CMYK 0 0.53 0.22 0.01
HSL 324.81º 0.96% 0.73% -
HSV(B) 324.81º 0.53% 0.99% -
XYZ 56.82 37.92 57.15 -
YUV 167.66 144.56 188.16 -
System Red Green Blue C M Y K H S L
Decimal 252 119 197 0 0.53 0.22 0.01 324.81 0.96 0.73
Hex FC 77 C5 0 35 16 1 145 60 49
Octal 374 167 305 0 65 26 1 505 140 111
Binary 11111100 1110111 11000101 0 110101 10110 1 101000101 1100000 1001001

Color Harmonies of #FC77C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC77C5

Black with #FC77C5

Text Example


Text Example

White with #FC77C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC77C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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