#FF71D9

Color #FF71D9 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FF71D9

Tints of Neon Pink #FF71D9

Color information

#FF71D9 (or 0xFF71D9) is unknown color: approx Neon Pink. HEX triplet: FF, 71 and D9. RGB value is (255,113,217). Sum of RGB (Red+Green+Blue) = 255+113+217=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 113 (44.53% from 255 or 19.32% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71D9 is #008E26. Grayscale: #A7A7A7. Windows color (decimal): -36391 or 14250495. OLE color: 14250495.

HSL color Cylindrical-coordinate representation of color #FF71D9: hue angle of 316.06º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF71D9 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255113217-
CMYK00.560.150
HSL316.06º100%72.16%-
HSV(B)316.06º55.69%100%-
XYZ59.6738.0869.85-
YUV167.31156.04190.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 113 (44.53% from 255) = 19.32%
BLUE value IS 217 (85.16% from 255) = 37.09%
R=43.59%
G=19.32%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511321700.560.150316.0610072.16
HexFF71D9038F013c6448
Octal377161331070170474144110
Binary1111111111100011101100101110001111010011110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF71D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF71D9; }

 p { color: rgb(255,113,217); }

 H1.HeaderClassName
 {
   color: #FF71D9;
 }
 .AnyTagClassName
 {
   color: #FF71D9;
 }
</style>
background-color css

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

 a { background-color: rgb(255,113,217); }

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

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

 span { border-color: rgb(255,113,217); }

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