Html Css Color HEX #FD71D3 Neon Pink

📋 copy color: '#FD71D3'

red 253 ◦ green 113 ◦ blue 211

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

Shades of Neon Pink #FD71D3

Tints of Neon Pink #FD71D3

RGB

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

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

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

R = 43.85%
G = 19.58%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD71D3 (or 0xFD71D3) is known color: Neon Pink. HEX triplet: FD, 71 and D3. RGB value is (253,113,211). Sum of RGB (Red+Green+Blue) = 253+113+211=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FD71D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD71D3 is #028E2C. Grayscale: #A5A5A5. Windows color (decimal): -167469 or 13857277. OLE color: 13857277.

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

Color convert

RGB 253 113 211 -
CMYK 0 0.55 0.17 0.01
HSL 318º 0.97% 0.72% -
HSV(B) 318º 0.55% 0.99% -
XYZ 58.17 37.4 65.78 -
YUV 166.03 153.38 190.03 -
System Red Green Blue C M Y K H S L
Decimal 253 113 211 0 0.55 0.17 0.01 318 0.97 0.72
Hex FD 71 D3 0 37 11 1 13E 61 48
Octal 375 161 323 0 67 21 1 476 141 110
Binary 11111101 1110001 11010011 0 110111 10001 1 100111110 1100001 1001000

Color Harmonies of #FD71D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD71D3

Black with #FD71D3

Text Example


Text Example

White with #FD71D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD71D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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