Html Css Color HEX #FC76D3 Neon Pink

📋 copy color: '#FC76D3'

red 252 ◦ green 118 ◦ blue 211

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

Shades of Neon Pink #FC76D3

Tints of Neon Pink #FC76D3

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.31%

 BLUE value IS 211 (82.81% from 255) = 36.32%

R = 43.37%
G = 20.31%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC76D3 (or 0xFC76D3) is known color: Neon Pink. HEX triplet: FC, 76 and D3. RGB value is (252,118,211). Sum of RGB (Red+Green+Blue) = 252+118+211=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 118 (46.48% from 255 or 20.31% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76D3 is #03892C. Grayscale: #A8A8A8. Windows color (decimal): -231725 or 13858556. OLE color: 13858556.

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

Color convert

RGB 252 118 211 -
CMYK 0 0.53 0.16 0.01
HSL 318.36º 0.96% 0.73% -
HSV(B) 318.36º 0.53% 0.99% -
XYZ 58.38 38.36 65.95 -
YUV 168.67 151.89 187.44 -
System Red Green Blue C M Y K H S L
Decimal 252 118 211 0 0.53 0.16 0.01 318.36 0.96 0.73
Hex FC 76 D3 0 35 10 1 13E 60 49
Octal 374 166 323 0 65 20 1 476 140 111
Binary 11111100 1110110 11010011 0 110101 10000 1 100111110 1100000 1001001

Color Harmonies of #FC76D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC76D3

Black with #FC76D3

Text Example


Text Example

White with #FC76D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC76D3; }

 p { color: rgb(252,118,211); }

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

background-color css

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

 a { background-color: rgb(252,118,211); }

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

border-color css

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

 span { border-color: rgb(252,118,211); }

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