Html Css Color HEX #FC71D3 Neon Pink

📋 copy color: '#FC71D3'

red 252 ◦ green 113 ◦ blue 211

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

Shades of Neon Pink #FC71D3

Tints of Neon Pink #FC71D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.63%

R = 43.75%
G = 19.62%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC71D3 (or 0xFC71D3) is known color: Neon Pink. HEX triplet: FC, 71 and D3. RGB value is (252,113,211). Sum of RGB (Red+Green+Blue) = 252+113+211=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 113 (44.53% from 255 or 19.62% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC71D3 is #038E2C. Grayscale: #A5A5A5. Windows color (decimal): -233005 or 13857276. OLE color: 13857276.

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

Color convert

RGB 252 113 211 -
CMYK 0 0.55 0.16 0.01
HSL 317.7º 0.96% 0.72% -
HSV(B) 317.7º 0.55% 0.99% -
XYZ 57.81 37.21 65.76 -
YUV 165.73 153.55 189.53 -
System Red Green Blue C M Y K H S L
Decimal 252 113 211 0 0.55 0.16 0.01 317.7 0.96 0.72
Hex FC 71 D3 0 37 10 1 13E 60 48
Octal 374 161 323 0 67 20 1 476 140 110
Binary 11111100 1110001 11010011 0 110111 10000 1 100111110 1100000 1001000

Color Harmonies of #FC71D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC71D3

Black with #FC71D3

Text Example


Text Example

White with #FC71D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC71D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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