#FE71D9

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

Shades of Neon Pink #FE71D9

Tints of Neon Pink #FE71D9

Color information

#FE71D9 (or 0xFE71D9) is unknown color: approx Neon Pink. HEX triplet: FE, 71 and D9. RGB value is (254,113,217). Sum of RGB (Red+Green+Blue) = 254+113+217=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 113 (44.53% from 255 or 19.35% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71D9 is #018E26. Grayscale: #A6A6A6. Windows color (decimal): -101927 or 14250494. OLE color: 14250494.

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

Color convert

RGB254113217-
CMYK00.560.150.00
HSL315.74º98.6%71.96%-
HSV(B)315.74º55.51%99.61%-
XYZ59.337.8969.83-
YUV167.02156.21190.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 113 (44.53% from 255) = 19.35%
BLUE value IS 217 (85.16% from 255) = 37.16%
R=43.49%
G=19.35%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411321700.560.150.00315.7498.671.96
HexFE71D9038F013c6348
Octal376161331070170474143110
Binary1111111011100011101100101110001111010011110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE71D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE71D9; }

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

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

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

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

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

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

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

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