#F86AD8

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

Shades of Neon Pink #F86AD8

Tints of Neon Pink #F86AD8

Color information

#F86AD8 (or 0xF86AD8) is unknown color: approx Neon Pink. HEX triplet: F8, 6A and D8. RGB value is (248,106,216). Sum of RGB (Red+Green+Blue) = 248+106+216=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 106 (41.80% from 255 or 18.60% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F86AD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86AD8 is #079527. Grayscale: #A0A0A0. Windows color (decimal): -496936 or 14183160. OLE color: 14183160.

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

Color convert

RGB248106216-
CMYK00.570.130.03
HSL313.52º91.03%69.41%-
HSV(B)313.52º57.26%97.25%-
XYZ56.2635.2268.8-
YUV161159.04190.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.51%
GREEN value IS 106 (41.80% from 255) = 18.60%
BLUE value IS 216 (84.77% from 255) = 37.89%
R=43.51%
G=18.60%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810621600.570.130.03313.5291.0369.41
HexF86AD8039D313a5b45
Octal370152330071153472133105
Binary11111000110101011011000011100111011110011101010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86AD8; }

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

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

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

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

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

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

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

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