Html Css Color HEX #FC71C3 Neon Pink

📋 copy color: '#FC71C3'

red 252 ◦ green 113 ◦ blue 195

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

Shades of Neon Pink #FC71C3

Tints of Neon Pink #FC71C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.82%

R = 45%
G = 20.18%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC71C3 (or 0xFC71C3) is known color: Neon Pink. HEX triplet: FC, 71 and C3. RGB value is (252,113,195). Sum of RGB (Red+Green+Blue) = 252+113+195=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 195 (76.56% from 255 or 34.82% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC71C3 is #038E3C. Grayscale: #A3A3A3. Windows color (decimal): -233021 or 12808700. OLE color: 12808700.

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

Color convert

RGB 252 113 195 -
CMYK 0 0.55 0.23 0.01
HSL 324.6º 0.96% 0.72% -
HSV(B) 324.6º 0.55% 0.99% -
XYZ 55.9 36.45 55.72 -
YUV 163.91 145.55 190.83 -
System Red Green Blue C M Y K H S L
Decimal 252 113 195 0 0.55 0.23 0.01 324.6 0.96 0.72
Hex FC 71 C3 0 37 17 1 145 60 48
Octal 374 161 303 0 67 27 1 505 140 110
Binary 11111100 1110001 11000011 0 110111 10111 1 101000101 1100000 1001000

Color Harmonies of #FC71C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC71C3

Black with #FC71C3

Text Example


Text Example

White with #FC71C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC71C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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