#FD6DC1

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

Shades of Neon Pink #FD6DC1

Tints of Neon Pink #FD6DC1

Color information

#FD6DC1 (or 0xFD6DC1) is unknown color: approx Neon Pink. HEX triplet: FD, 6D and C1. RGB value is (253,109,193). Sum of RGB (Red+Green+Blue) = 253+109+193=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6DC1 is #02923E. Grayscale: #A1A1A1. Windows color (decimal): -168511 or 12676605. OLE color: 12676605.

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

Color convert

RGB253109193-
CMYK00.570.240.01
HSL325º97.3%70.98%-
HSV(B)325º56.92%99.22%-
XYZ55.635.6754.41-
YUV161.63145.71193.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.59%
GREEN value IS 109 (42.97% from 255) = 19.64%
BLUE value IS 193 (75.78% from 255) = 34.77%
R=45.59%
G=19.64%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310919300.570.240.0132597.370.98
HexFD6DC10391811456147
Octal375155301071301505141107
Binary11111101110110111000001011100111000110100010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6DC1; }

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

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

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

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

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

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

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

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