#FD6AD5

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

Shades of Neon Pink #FD6AD5

Tints of Neon Pink #FD6AD5

Color information

#FD6AD5 (or 0xFD6AD5) is unknown color: approx Neon Pink. HEX triplet: FD, 6A and D5. RGB value is (253,106,213). Sum of RGB (Red+Green+Blue) = 253+106+213=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 106 (41.80% from 255 or 18.53% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6AD5 is #02952A. Grayscale: #A1A1A1. Windows color (decimal): -169259 or 13986557. OLE color: 13986557.

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

Color convert

RGB253106213-
CMYK00.580.160.01
HSL316.33º97.35%70.39%-
HSV(B)316.33º58.1%99.22%-
XYZ57.6735.9966.86-
YUV162.15156.7192.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.23%
GREEN value IS 106 (41.80% from 255) = 18.53%
BLUE value IS 213 (83.59% from 255) = 37.24%
R=44.23%
G=18.53%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310621300.580.160.01316.3397.3570.39
HexFD6AD503A10113c6146
Octal375152325072201474141106
Binary11111101110101011010101011101010000110011110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6AD5; }

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

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

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

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

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

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

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

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