Html Css Color HEX #FC71D4 Neon Pink

📋 copy color: '#FC71D4'

red 252 ◦ green 113 ◦ blue 212

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

Shades of Neon Pink #FC71D4

Tints of Neon Pink #FC71D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.74%

R = 43.67%
G = 19.58%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC71D4 (or 0xFC71D4) is known color: Neon Pink. HEX triplet: FC, 71 and D4. RGB value is (252,113,212). Sum of RGB (Red+Green+Blue) = 252+113+212=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC71D4 is #038E2B. Grayscale: #A5A5A5. Windows color (decimal): -233004 or 13922812. OLE color: 13922812.

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

Color convert

RGB 252 113 212 -
CMYK 0 0.55 0.16 0.01
HSL 317.27º 0.96% 0.72% -
HSV(B) 317.27º 0.55% 0.99% -
XYZ 57.93 37.26 66.43 -
YUV 165.85 154.05 189.45 -
System Red Green Blue C M Y K H S L
Decimal 252 113 212 0 0.55 0.16 0.01 317.27 0.96 0.72
Hex FC 71 D4 0 37 10 1 13D 60 48
Octal 374 161 324 0 67 20 1 475 140 110
Binary 11111100 1110001 11010100 0 110111 10000 1 100111101 1100000 1001000

Color Harmonies of #FC71D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC71D4

Black with #FC71D4

Text Example


Text Example

White with #FC71D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC71D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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