#FF6ABF

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

Shades of Neon Pink #FF6ABF

Tints of Neon Pink #FF6ABF

Color information

#FF6ABF (or 0xFF6ABF) is unknown color: approx Neon Pink. HEX triplet: FF, 6A and BF. RGB value is (255,106,191). Sum of RGB (Red+Green+Blue) = 255+106+191=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ABF is #009540. Grayscale: #A0A0A0. Windows color (decimal): -38209 or 12544767. OLE color: 12544767.

HSL color Cylindrical-coordinate representation of color #FF6ABF: hue angle of 325.77º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6ABF is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255106191-
CMYK00.580.250
HSL325.77º100%70.78%-
HSV(B)325.77º58.43%100%-
XYZ55.835.3353.17-
YUV160.24145.36195.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.20%
GREEN value IS 106 (41.80% from 255) = 19.20%
BLUE value IS 191 (75% from 255) = 34.60%
R=46.20%
G=19.20%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510619100.580.250325.7710070.78
HexFF6ABF03A1901466447
Octal377152277072310506144107
Binary11111111110101010111111011101011001010100011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6ABF; }

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

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

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

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

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

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

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

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