Html Css Color HEX #FC71CE Neon Pink

📋 copy color: '#FC71CE'

red 252 ◦ green 113 ◦ blue 206

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

Shades of Neon Pink #FC71CE

Tints of Neon Pink #FC71CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.08%

R = 44.13%
G = 19.79%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC71CE (or 0xFC71CE) is known color: Neon Pink. HEX triplet: FC, 71 and CE. RGB value is (252,113,206). Sum of RGB (Red+Green+Blue) = 252+113+206=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC71CE is #038E31. Grayscale: #A4A4A4. Windows color (decimal): -233010 or 13529596. OLE color: 13529596.

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

Color convert

RGB 252 113 206 -
CMYK 0 0.55 0.18 0.01
HSL 319.86º 0.96% 0.72% -
HSV(B) 319.86º 0.55% 0.99% -
XYZ 57.19 36.96 62.51 -
YUV 165.16 151.05 189.94 -
System Red Green Blue C M Y K H S L
Decimal 252 113 206 0 0.55 0.18 0.01 319.86 0.96 0.72
Hex FC 71 CE 0 37 12 1 140 60 48
Octal 374 161 316 0 67 22 1 500 140 110
Binary 11111100 1110001 11001110 0 110111 10010 1 101000000 1100000 1001000

Color Harmonies of #FC71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC71CE

Black with #FC71CE

Text Example


Text Example

White with #FC71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC71CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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