Html Css Color HEX #FC71D8 Neon Pink

📋 copy color: '#FC71D8'

red 252 ◦ green 113 ◦ blue 216

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

Shades of Neon Pink #FC71D8

Tints of Neon Pink #FC71D8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.45%

 BLUE value IS 216 (84.77% from 255) = 37.18%

R = 43.37%
G = 19.45%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FC71D8 (or 0xFC71D8) is known color: Neon Pink. HEX triplet: FC, 71 and D8. RGB value is (252,113,216). Sum of RGB (Red+Green+Blue) = 252+113+216=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 113 (44.53% from 255 or 19.45% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC71D8 is #038E27. Grayscale: #A6A6A6. Windows color (decimal): -233000 or 14184956. OLE color: 14184956.

HSL color Cylindrical-coordinate representation of color #FC71D8: hue angle of 315.54º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC71D8 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 113 216 -
CMYK 0 0.55 0.14 0.01
HSL 315.54º 0.96% 0.72% -
HSV(B) 315.54º 0.55% 0.99% -
XYZ 58.44 37.46 69.12 -
YUV 166.3 156.05 189.12 -
System Red Green Blue C M Y K H S L
Decimal 252 113 216 0 0.55 0.14 0.01 315.54 0.96 0.72
Hex FC 71 D8 0 37 E 1 13C 60 48
Octal 374 161 330 0 67 16 1 474 140 110
Binary 11111100 1110001 11011000 0 110111 1110 1 100111100 1100000 1001000

Color Harmonies of #FC71D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC71D8

Black with #FC71D8

Text Example


Text Example

White with #FC71D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC71D8; }

 p { color: rgb(252,113,216); }

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

background-color css

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

 a { background-color: rgb(252,113,216); }

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

border-color css

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

 span { border-color: rgb(252,113,216); }

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