Html Css Color HEX #FC71BD Neon Pink

📋 copy color: '#FC71BD'

red 252 ◦ green 113 ◦ blue 189

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

Shades of Neon Pink #FC71BD

Tints of Neon Pink #FC71BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.12%

R = 45.49%
G = 20.4%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FC71BD (or 0xFC71BD) is known color: Neon Pink. HEX triplet: FC, 71 and BD. RGB value is (252,113,189). Sum of RGB (Red+Green+Blue) = 252+113+189=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC71BD is #038E42. Grayscale: #A3A3A3. Windows color (decimal): -233027 or 12415484. OLE color: 12415484.

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

Color convert

RGB 252 113 189 -
CMYK 0 0.55 0.25 0.01
HSL 327.19º 0.96% 0.72% -
HSV(B) 327.19º 0.55% 0.99% -
XYZ 55.24 36.18 52.22 -
YUV 163.23 142.55 191.32 -
System Red Green Blue C M Y K H S L
Decimal 252 113 189 0 0.55 0.25 0.01 327.19 0.96 0.72
Hex FC 71 BD 0 37 19 1 147 60 48
Octal 374 161 275 0 67 31 1 507 140 110
Binary 11111100 1110001 10111101 0 110111 11001 1 101000111 1100000 1001000

Color Harmonies of #FC71BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC71BD

Black with #FC71BD

Text Example


Text Example

White with #FC71BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC71BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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