#F86AC1

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

Shades of Neon Pink #F86AC1

Tints of Neon Pink #F86AC1

Color information

#F86AC1 (or 0xF86AC1) is unknown color: approx Neon Pink. HEX triplet: F8, 6A and C1. RGB value is (248,106,193). Sum of RGB (Red+Green+Blue) = 248+106+193=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F86AC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86AC1 is #07953E. Grayscale: #9E9E9E. Windows color (decimal): -496959 or 12675832. OLE color: 12675832.

HSL color Cylindrical-coordinate representation of color #F86AC1: hue angle of 323.24º 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 #F86AC1 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB248106193-
CMYK00.570.220.03
HSL323.24º91.03%69.41%-
HSV(B)323.24º57.26%97.25%-
XYZ53.4934.1154.22-
YUV158.38147.54191.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.34%
GREEN value IS 106 (41.80% from 255) = 19.38%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=45.34%
G=19.38%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810619300.570.220.03323.2491.0369.41
HexF86AC10391631435b45
Octal370152301071263503133105
Binary111110001101010110000010111001101101110100001110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86AC1; }

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

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

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

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

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

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

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

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