#FD6AD6

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

Shades of Neon Pink #FD6AD6

Tints of Neon Pink #FD6AD6

Color information

#FD6AD6 (or 0xFD6AD6) is unknown color: approx Neon Pink. HEX triplet: FD, 6A and D6. RGB value is (253,106,214). Sum of RGB (Red+Green+Blue) = 253+106+214=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 106 (41.80% from 255 or 18.50% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6AD6 is #029529. Grayscale: #A1A1A1. Windows color (decimal): -169258 or 14052093. OLE color: 14052093.

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

Color convert

RGB253106214-
CMYK00.580.150.01
HSL315.92º97.35%70.39%-
HSV(B)315.92º58.1%99.22%-
XYZ57.836.0567.53-
YUV162.26157.2192.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.15%
GREEN value IS 106 (41.80% from 255) = 18.50%
BLUE value IS 214 (83.98% from 255) = 37.35%
R=44.15%
G=18.50%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310621400.580.150.01315.9297.3570.39
HexFD6AD603AF113c6146
Octal375152326072171474141106
Binary1111110111010101101011001110101111110011110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6AD6; }

 p { color: rgb(253,106,214); }

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

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

 a { background-color: rgb(253,106,214); }

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

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

 span { border-color: rgb(253,106,214); }

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