Html Css Color HEX #FD71CE Neon Pink

📋 copy color: '#FD71CE'

red 253 ◦ green 113 ◦ blue 206

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

Shades of Neon Pink #FD71CE

Tints of Neon Pink #FD71CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.01%

R = 44.23%
G = 19.76%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FD71CE (or 0xFD71CE) is known color: Neon Pink. HEX triplet: FD, 71 and CE. RGB value is (253,113,206). Sum of RGB (Red+Green+Blue) = 253+113+206=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FD71CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD71CE is #028E31. Grayscale: #A5A5A5. Windows color (decimal): -167474 or 13529597. OLE color: 13529597.

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

Color convert

RGB 253 113 206 -
CMYK 0 0.55 0.19 0.01
HSL 320.14º 0.97% 0.72% -
HSV(B) 320.14º 0.55% 0.99% -
XYZ 57.55 37.15 62.53 -
YUV 165.46 150.88 190.44 -
System Red Green Blue C M Y K H S L
Decimal 253 113 206 0 0.55 0.19 0.01 320.14 0.97 0.72
Hex FD 71 CE 0 37 13 1 140 61 48
Octal 375 161 316 0 67 23 1 500 141 110
Binary 11111101 1110001 11001110 0 110111 10011 1 101000000 1100001 1001000

Color Harmonies of #FD71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD71CE

Black with #FD71CE

Text Example


Text Example

White with #FD71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD71CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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