#FD6ABF

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

Shades of Neon Pink #FD6ABF

Tints of Neon Pink #FD6ABF

Color information

#FD6ABF (or 0xFD6ABF) is unknown color: approx Neon Pink. HEX triplet: FD, 6A and BF. RGB value is (253,106,191). Sum of RGB (Red+Green+Blue) = 253+106+191=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6ABF is #029540. Grayscale: #9F9F9F. Windows color (decimal): -169281 or 12544765. OLE color: 12544765.

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

Color convert

RGB253106191-
CMYK00.580.250.01
HSL325.31º97.35%70.39%-
HSV(B)325.31º58.1%99.22%-
XYZ55.0734.9553.13-
YUV159.64145.7194.59-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46%
GREEN value IS 106 (41.80% from 255) = 19.27%
BLUE value IS 191 (75% from 255) = 34.73%
R=46%
G=19.27%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310619100.580.250.01325.3197.3570.39
HexFD6ABF03A1911456146
Octal375152277072311505141106
Binary11111101110101010111111011101011001110100010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6ABF; }

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

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

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

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

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

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

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

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