#FE71D3

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

Shades of Neon Pink #FE71D3

Tints of Neon Pink #FE71D3

Color information

#FE71D3 (or 0xFE71D3) is unknown color: approx Neon Pink. HEX triplet: FE, 71 and D3. RGB value is (254,113,211). Sum of RGB (Red+Green+Blue) = 254+113+211=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 113 (44.53% from 255 or 19.55% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71D3 is #018E2C. Grayscale: #A6A6A6. Windows color (decimal): -101933 or 13857278. OLE color: 13857278.

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

Color convert

RGB254113211-
CMYK00.560.170.00
HSL318.3º98.6%71.96%-
HSV(B)318.3º55.51%99.61%-
XYZ58.5437.5865.8-
YUV166.33153.21190.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.94%
GREEN value IS 113 (44.53% from 255) = 19.55%
BLUE value IS 211 (82.81% from 255) = 36.51%
R=43.94%
G=19.55%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411321100.560.170.00318.398.671.96
HexFE71D303811013e6348
Octal376161323070210476143110
Binary11111110111000111010011011100010001010011111011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE71D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE71D3; }

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

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

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

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

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

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

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

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