#ff6abe

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

Shades of Neon Pink #FF6ABE

Tints of Neon Pink #FF6ABE

Color information

#FF6ABE (or 0xFF6ABE) is unknown color: approx Neon Pink. HEX triplet: FF, 6A and BE. RGB value is (255,106,190). Sum of RGB (Red+Green+Blue) = 255+106+190=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ABE is #009541. Grayscale: #9F9F9F. Windows color (decimal): -38210 or 12479231. OLE color: 12479231.

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

Color convert

RGB255106190-
CMYK00.580.250
HSL326.17º100%70.78%-
HSV(B)326.17º58.43%100%-
XYZ55.6935.2952.59-
YUV160.13144.86195.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.28%
GREEN value IS 106 (41.80% from 255) = 19.24%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=46.28%
G=19.24%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510619000.580.250326.1710070.78
HexFF6ABE03A1901466447
Octal377152276072310506144107
Binary11111111110101010111110011101011001010100011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff6abe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff6abe; }

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

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

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

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

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

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

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

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