Html Css Color HEX #FD71C2 Neon Pink

📋 copy color: '#FD71C2'

red 253 ◦ green 113 ◦ blue 194

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

Shades of Neon Pink #FD71C2

Tints of Neon Pink #FD71C2

RGB

 RED value IS 253 (99.22% from 255) = 45.18%

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

 BLUE value IS 194 (76.17% from 255) = 34.64%

R = 45.18%
G = 20.18%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD71C2 (or 0xFD71C2) is known color: Neon Pink. HEX triplet: FD, 71 and C2. RGB value is (253,113,194). Sum of RGB (Red+Green+Blue) = 253+113+194=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FD71C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD71C2 is #028E3D. Grayscale: #A3A3A3. Windows color (decimal): -167486 or 12743165. OLE color: 12743165.

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

Color convert

RGB 253 113 194 -
CMYK 0 0.55 0.23 0.01
HSL 325.29º 0.97% 0.72% -
HSV(B) 325.29º 0.55% 0.99% -
XYZ 56.15 36.59 55.14 -
YUV 164.09 144.88 191.41 -
System Red Green Blue C M Y K H S L
Decimal 253 113 194 0 0.55 0.23 0.01 325.29 0.97 0.72
Hex FD 71 C2 0 37 17 1 145 61 48
Octal 375 161 302 0 67 27 1 505 141 110
Binary 11111101 1110001 11000010 0 110111 10111 1 101000101 1100001 1001000

Color Harmonies of #FD71C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD71C2

Black with #FD71C2

Text Example


Text Example

White with #FD71C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD71C2; }

 p { color: rgb(253,113,194); }

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

background-color css

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

 a { background-color: rgb(253,113,194); }

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

border-color css

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

 span { border-color: rgb(253,113,194); }

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