#F86AC8

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

Shades of Neon Pink #F86AC8

Tints of Neon Pink #F86AC8

Color information

#F86AC8 (or 0xF86AC8) is unknown color: approx Neon Pink. HEX triplet: F8, 6A and C8. RGB value is (248,106,200). Sum of RGB (Red+Green+Blue) = 248+106+200=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F86AC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86AC8 is #079537. Grayscale: #9E9E9E. Windows color (decimal): -496952 or 13134584. OLE color: 13134584.

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

Color convert

RGB248106200-
CMYK00.570.190.03
HSL320.28º91.03%69.41%-
HSV(B)320.28º57.26%97.25%-
XYZ54.2934.4358.43-
YUV159.17151.04191.36-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.77%
GREEN value IS 106 (41.80% from 255) = 19.13%
BLUE value IS 200 (78.52% from 255) = 36.10%
R=44.77%
G=19.13%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810620000.570.190.03320.2891.0369.41
HexF86AC80391331405b45
Octal370152310071233500133105
Binary111110001101010110010000111001100111110100000010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86AC8; }

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

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

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

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

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

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

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

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