#FD5DC9

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

Shades of Neon Pink #FD5DC9

Tints of Neon Pink #FD5DC9

Color information

#FD5DC9 (or 0xFD5DC9) is unknown color: approx Neon Pink. HEX triplet: FD, 5D and C9. RGB value is (253,93,201). Sum of RGB (Red+Green+Blue) = 253+93+201=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 93 (36.72% from 255 or 17.00% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5DC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5DC9 is #02A236. Grayscale: #989898. Windows color (decimal): -172599 or 13196797. OLE color: 13196797.

HSL color Cylindrical-coordinate representation of color #FD5DC9: hue angle of 319.5º 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 #FD5DC9 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB25393201-
CMYK00.630.210.01
HSL319.5º97.56%67.84%-
HSV(B)319.5º63.24%99.22%-
XYZ54.9632.9358.72-
YUV153.15155.01199.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.25%
GREEN value IS 93 (36.72% from 255) = 17.00%
BLUE value IS 201 (78.91% from 255) = 36.75%
R=46.25%
G=17.00%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539320100.630.210.01319.597.5667.84
HexFD5DC903F1511406244
Octal375135311077251500142104
Binary11111101101110111001001011111110101110100000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5DC9; }

 p { color: rgb(253,93,201); }

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

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

 a { background-color: rgb(253,93,201); }

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

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

 span { border-color: rgb(253,93,201); }

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