#FE5EC5

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

Shades of Neon Pink #FE5EC5

Tints of Neon Pink #FE5EC5

Color information

#FE5EC5 (or 0xFE5EC5) is unknown color: approx Neon Pink. HEX triplet: FE, 5E and C5. RGB value is (254,94,197). Sum of RGB (Red+Green+Blue) = 254+94+197=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5EC5 is #01A13A. Grayscale: #999999. Windows color (decimal): -106811 or 12934910. OLE color: 12934910.

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

Color convert

RGB25494197-
CMYK00.630.220.00
HSL321.38º98.77%68.24%-
HSV(B)321.38º62.99%99.61%-
XYZ54.9533.1156.32-
YUV153.58152.51199.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.61%
GREEN value IS 94 (37.11% from 255) = 17.25%
BLUE value IS 197 (77.34% from 255) = 36.15%
R=46.61%
G=17.25%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549419700.630.220.00321.3898.7768.24
HexFE5EC503F1601416344
Octal376136305077260501143104
Binary11111110101111011000101011111110110010100000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5EC5; }

 p { color: rgb(254,94,197); }

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

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

 a { background-color: rgb(254,94,197); }

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

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

 span { border-color: rgb(254,94,197); }

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