#FD5DCE

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

Shades of Neon Pink #FD5DCE

Tints of Neon Pink #FD5DCE

Color information

#FD5DCE (or 0xFD5DCE) is unknown color: approx Neon Pink. HEX triplet: FD, 5D and CE. RGB value is (253,93,206). Sum of RGB (Red+Green+Blue) = 253+93+206=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 93 (36.72% from 255 or 16.85% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5DCE is #02A231. Grayscale: #999999. Windows color (decimal): -172594 or 13524477. OLE color: 13524477.

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

Color convert

RGB25393206-
CMYK00.630.190.01
HSL317.62º97.56%67.84%-
HSV(B)317.62º63.24%99.22%-
XYZ55.5633.1761.87-
YUV153.72157.51198.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.83%
GREEN value IS 93 (36.72% from 255) = 16.85%
BLUE value IS 206 (80.86% from 255) = 37.32%
R=45.83%
G=16.85%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539320600.630.190.01317.6297.5667.84
HexFD5DCE03F13113e6244
Octal375135316077231476142104
Binary11111101101110111001110011111110011110011111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5DCE; }

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

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

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

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

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

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

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

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