#FD6ED0

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

Shades of Neon Pink #FD6ED0

Tints of Neon Pink #FD6ED0

Color information

#FD6ED0 (or 0xFD6ED0) is unknown color: approx Neon Pink. HEX triplet: FD, 6E and D0. RGB value is (253,110,208). Sum of RGB (Red+Green+Blue) = 253+110+208=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 110 (43.36% from 255 or 19.26% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6ED0 is #02912F. Grayscale: #A3A3A3. Windows color (decimal): -168240 or 13659901. OLE color: 13659901.

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

Color convert

RGB253110208-
CMYK00.570.180.01
HSL318.88º97.28%71.18%-
HSV(B)318.88º56.52%99.22%-
XYZ57.4736.5963.71-
YUV163.93152.88191.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.31%
GREEN value IS 110 (43.36% from 255) = 19.26%
BLUE value IS 208 (81.64% from 255) = 36.43%
R=44.31%
G=19.26%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311020800.570.180.01318.8897.2871.18
HexFD6ED003912113f6147
Octal375156320071221477141107
Binary11111101110111011010000011100110010110011111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6ED0; }

 p { color: rgb(253,110,208); }

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

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

 a { background-color: rgb(253,110,208); }

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

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

 span { border-color: rgb(253,110,208); }

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