Html Css Color HEX #FC77D6 Neon Pink

📋 copy color: '#FC77D6'

red 252 ◦ green 119 ◦ blue 214

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

Shades of Neon Pink #FC77D6

Tints of Neon Pink #FC77D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.58%

R = 43.08%
G = 20.34%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC77D6 (or 0xFC77D6) is known color: Neon Pink. HEX triplet: FC, 77 and D6. RGB value is (252,119,214). Sum of RGB (Red+Green+Blue) = 252+119+214=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 119 (46.88% from 255 or 20.34% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77D6 is #038829. Grayscale: #A9A9A9. Windows color (decimal): -231466 or 14055420. OLE color: 14055420.

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

Color convert

RGB 252 119 214 -
CMYK 0 0.53 0.15 0.01
HSL 317.14º 0.96% 0.73% -
HSV(B) 317.14º 0.53% 0.99% -
XYZ 58.88 38.74 67.99 -
YUV 169.6 153.06 186.78 -
System Red Green Blue C M Y K H S L
Decimal 252 119 214 0 0.53 0.15 0.01 317.14 0.96 0.73
Hex FC 77 D6 0 35 F 1 13D 60 49
Octal 374 167 326 0 65 17 1 475 140 111
Binary 11111100 1110111 11010110 0 110101 1111 1 100111101 1100000 1001001

Color Harmonies of #FC77D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC77D6

Black with #FC77D6

Text Example


Text Example

White with #FC77D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC77D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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