Html Css Color HEX #FC71C9 Neon Pink

📋 copy color: '#FC71C9'

red 252 ◦ green 113 ◦ blue 201

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

Shades of Neon Pink #FC71C9

Tints of Neon Pink #FC71C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.51%

R = 44.52%
G = 19.96%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC71C9 (or 0xFC71C9) is known color: Neon Pink. HEX triplet: FC, 71 and C9. RGB value is (252,113,201). Sum of RGB (Red+Green+Blue) = 252+113+201=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 113 (44.53% from 255 or 19.96% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC71C9 is #038E36. Grayscale: #A4A4A4. Windows color (decimal): -233015 or 13201916. OLE color: 13201916.

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

Color convert

RGB 252 113 201 -
CMYK 0 0.55 0.20 0.01
HSL 322.01º 0.96% 0.72% -
HSV(B) 322.01º 0.55% 0.99% -
XYZ 56.59 36.72 59.36 -
YUV 164.59 148.55 190.34 -
System Red Green Blue C M Y K H S L
Decimal 252 113 201 0 0.55 0.20 0.01 322.01 0.96 0.72
Hex FC 71 C9 0 37 14 1 142 60 48
Octal 374 161 311 0 67 24 1 502 140 110
Binary 11111100 1110001 11001001 0 110111 10100 1 101000010 1100000 1001000

Color Harmonies of #FC71C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC71C9

Black with #FC71C9

Text Example


Text Example

White with #FC71C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC71C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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