Html Css Color HEX #FC71D0 Neon Pink

📋 copy color: '#FC71D0'

red 252 ◦ green 113 ◦ blue 208

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

Shades of Neon Pink #FC71D0

Tints of Neon Pink #FC71D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.3%

R = 43.98%
G = 19.72%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FC71D0 (or 0xFC71D0) is known color: Neon Pink. HEX triplet: FC, 71 and D0. RGB value is (252,113,208). Sum of RGB (Red+Green+Blue) = 252+113+208=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 113 (44.53% from 255 or 19.72% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC71D0 is #038E2F. Grayscale: #A5A5A5. Windows color (decimal): -233008 or 13660668. OLE color: 13660668.

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

Color convert

RGB 252 113 208 -
CMYK 0 0.55 0.17 0.01
HSL 318.99º 0.96% 0.72% -
HSV(B) 318.99º 0.55% 0.99% -
XYZ 57.44 37.06 63.8 -
YUV 165.39 152.05 189.78 -
System Red Green Blue C M Y K H S L
Decimal 252 113 208 0 0.55 0.17 0.01 318.99 0.96 0.72
Hex FC 71 D0 0 37 11 1 13F 60 48
Octal 374 161 320 0 67 21 1 477 140 110
Binary 11111100 1110001 11010000 0 110111 10001 1 100111111 1100000 1001000

Color Harmonies of #FC71D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC71D0

Black with #FC71D0

Text Example


Text Example

White with #FC71D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC71D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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