Html Css Color HEX #FC71C0 Neon Pink

📋 copy color: '#FC71C0'

red 252 ◦ green 113 ◦ blue 192

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

Shades of Neon Pink #FC71C0

Tints of Neon Pink #FC71C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.47%

R = 45.24%
G = 20.29%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FC71C0 (or 0xFC71C0) is known color: Neon Pink. HEX triplet: FC, 71 and C0. RGB value is (252,113,192). Sum of RGB (Red+Green+Blue) = 252+113+192=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 113 (44.53% from 255 or 20.29% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC71C0 is #038E3F. Grayscale: #A3A3A3. Windows color (decimal): -233024 or 12612092. OLE color: 12612092.

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

Color convert

RGB 252 113 192 -
CMYK 0 0.55 0.24 0.01
HSL 325.9º 0.96% 0.72% -
HSV(B) 325.9º 0.55% 0.99% -
XYZ 55.56 36.31 53.95 -
YUV 163.57 144.05 191.08 -
System Red Green Blue C M Y K H S L
Decimal 252 113 192 0 0.55 0.24 0.01 325.9 0.96 0.72
Hex FC 71 C0 0 37 18 1 146 60 48
Octal 374 161 300 0 67 30 1 506 140 110
Binary 11111100 1110001 11000000 0 110111 11000 1 101000110 1100000 1001000

Color Harmonies of #FC71C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC71C0

Black with #FC71C0

Text Example


Text Example

White with #FC71C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC71C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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