#FD5EC5

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

Shades of Neon Pink #FD5EC5

Tints of Neon Pink #FD5EC5

Color information

#FD5EC5 (or 0xFD5EC5) is unknown color: approx Neon Pink. HEX triplet: FD, 5E and C5. RGB value is (253,94,197). Sum of RGB (Red+Green+Blue) = 253+94+197=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 94 (37.11% from 255 or 17.28% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5EC5 is #02A13A. Grayscale: #999999. Windows color (decimal): -172347 or 12934909. OLE color: 12934909.

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

Color convert

RGB25394197-
CMYK00.630.220.01
HSL321.13º97.55%68.04%-
HSV(B)321.13º62.85%99.22%-
XYZ54.5932.9256.3-
YUV153.28152.68199.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.51%
GREEN value IS 94 (37.11% from 255) = 17.28%
BLUE value IS 197 (77.34% from 255) = 36.21%
R=46.51%
G=17.28%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539419700.630.220.01321.1397.5568.04
HexFD5EC503F1611416244
Octal375136305077261501142104
Binary11111101101111011000101011111110110110100000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5EC5; }

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

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

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

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

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

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

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

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