#FD6DC5

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

Shades of Neon Pink #FD6DC5

Tints of Neon Pink #FD6DC5

Color information

#FD6DC5 (or 0xFD6DC5) is unknown color: approx Neon Pink. HEX triplet: FD, 6D and C5. RGB value is (253,109,197). Sum of RGB (Red+Green+Blue) = 253+109+197=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6DC5 is #02923A. Grayscale: #A1A1A1. Windows color (decimal): -168507 or 12938749. OLE color: 12938749.

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

Color convert

RGB253109197-
CMYK00.570.220.01
HSL323.33º97.3%70.98%-
HSV(B)323.33º56.92%99.22%-
XYZ56.0535.8556.79-
YUV162.09147.71192.84-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.26%
GREEN value IS 109 (42.97% from 255) = 19.50%
BLUE value IS 197 (77.34% from 255) = 35.24%
R=45.26%
G=19.50%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310919700.570.220.01323.3397.370.98
HexFD6DC50391611436147
Octal375155305071261503141107
Binary11111101110110111000101011100110110110100001111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6DC5; }

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

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

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

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

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

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

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

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