#FE71CE

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

Shades of Neon Pink #FE71CE

Tints of Neon Pink #FE71CE

Color information

#FE71CE (or 0xFE71CE) is unknown color: approx Neon Pink. HEX triplet: FE, 71 and CE. RGB value is (254,113,206). Sum of RGB (Red+Green+Blue) = 254+113+206=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 113 (44.53% from 255 or 19.72% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71CE is #018E31. Grayscale: #A5A5A5. Windows color (decimal): -101938 or 13529598. OLE color: 13529598.

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

Color convert

RGB254113206-
CMYK00.560.190.00
HSL320.43º98.6%71.96%-
HSV(B)320.43º55.51%99.61%-
XYZ57.9237.3462.55-
YUV165.76150.71190.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.33%
GREEN value IS 113 (44.53% from 255) = 19.72%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=44.33%
G=19.72%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411320600.560.190.00320.4398.671.96
HexFE71CE0381301406348
Octal376161316070230500143110
Binary11111110111000111001110011100010011010100000011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE71CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE71CE; }

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

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

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

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

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

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

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

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