#FD5CD1

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

Shades of Neon Pink #FD5CD1

Tints of Neon Pink #FD5CD1

Color information

#FD5CD1 (or 0xFD5CD1) is unknown color: approx Neon Pink. HEX triplet: FD, 5C and D1. RGB value is (253,92,209). Sum of RGB (Red+Green+Blue) = 253+92+209=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 92 (36.33% from 255 or 16.61% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5CD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD5CD1 is #02A32E. Grayscale: #999999. Windows color (decimal): -172847 or 13720829. OLE color: 13720829.

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

Color convert

RGB25392209-
CMYK00.640.170.01
HSL316.4º97.58%67.65%-
HSV(B)316.4º63.64%99.22%-
XYZ55.8433.1463.78-
YUV153.48159.34198.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.67%
GREEN value IS 92 (36.33% from 255) = 16.61%
BLUE value IS 209 (82.03% from 255) = 37.73%
R=45.67%
G=16.61%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539220900.640.170.01316.497.5867.65
HexFD5CD104011113c6244
Octal3751343210100211474142104
Binary111111011011100110100010100000010001110011110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5CD1; }

 p { color: rgb(253,92,209); }

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

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

 a { background-color: rgb(253,92,209); }

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

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

 span { border-color: rgb(253,92,209); }

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