#FF71D8

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

Shades of Neon Pink #FF71D8

Tints of Neon Pink #FF71D8

Color information

#FF71D8 (or 0xFF71D8) is unknown color: approx Neon Pink. HEX triplet: FF, 71 and D8. RGB value is (255,113,216). Sum of RGB (Red+Green+Blue) = 255+113+216=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 113 (44.53% from 255 or 19.35% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF71D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF71D8 is #008E27. Grayscale: #A6A6A6. Windows color (decimal): -36392 or 14184959. OLE color: 14184959.

HSL color Cylindrical-coordinate representation of color #FF71D8: hue angle of 316.48º 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 #FF71D8 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255113216-
CMYK00.560.150
HSL316.48º100%72.16%-
HSV(B)316.48º55.69%100%-
XYZ59.5438.0369.17-
YUV167.2155.54190.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.66%
GREEN value IS 113 (44.53% from 255) = 19.35%
BLUE value IS 216 (84.77% from 255) = 36.99%
R=43.66%
G=19.35%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511321600.560.150316.4810072.16
HexFF71D8038F013c6448
Octal377161330070170474144110
Binary1111111111100011101100001110001111010011110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF71D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF71D8; }

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

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

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

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

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

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

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

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