#FD6FD0

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

Shades of Neon Pink #FD6FD0

Tints of Neon Pink #FD6FD0

Color information

#FD6FD0 (or 0xFD6FD0) is unknown color: approx Neon Pink. HEX triplet: FD, 6F and D0. RGB value is (253,111,208). Sum of RGB (Red+Green+Blue) = 253+111+208=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 111 (43.75% from 255 or 19.41% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6FD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6FD0 is #02902F. Grayscale: #A4A4A4. Windows color (decimal): -167984 or 13660157. OLE color: 13660157.

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

Color convert

RGB253111208-
CMYK00.560.180.01
HSL319.01º97.26%71.37%-
HSV(B)319.01º56.13%99.22%-
XYZ57.5836.8163.74-
YUV164.52152.54191.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.23%
GREEN value IS 111 (43.75% from 255) = 19.41%
BLUE value IS 208 (81.64% from 255) = 36.36%
R=44.23%
G=19.41%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311120800.560.180.01319.0197.2671.37
HexFD6FD003812113f6147
Octal375157320070221477141107
Binary11111101110111111010000011100010010110011111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6FD0; }

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

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

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

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

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

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

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

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