#F86ABE

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

Shades of Neon Pink #F86ABE

Tints of Neon Pink #F86ABE

Color information

#F86ABE (or 0xF86ABE) is unknown color: approx Neon Pink. HEX triplet: F8, 6A and BE. RGB value is (248,106,190). Sum of RGB (Red+Green+Blue) = 248+106+190=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F86ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86ABE is #079541. Grayscale: #9D9D9D. Windows color (decimal): -496962 or 12479224. OLE color: 12479224.

HSL color Cylindrical-coordinate representation of color #F86ABE: hue angle of 324.51º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86ABE is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248106190-
CMYK00.570.230.03
HSL324.51º91.03%69.41%-
HSV(B)324.51º57.26%97.25%-
XYZ53.1633.9852.47-
YUV158.03146.04192.17-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.59%
GREEN value IS 106 (41.80% from 255) = 19.49%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=45.59%
G=19.49%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810619000.570.230.03324.5191.0369.41
HexF86ABE0391731455b45
Octal370152276071273505133105
Binary111110001101010101111100111001101111110100010110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86ABE; }

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

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

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

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

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

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

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

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