#F86EC7

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

Shades of Neon Pink #F86EC7

Tints of Neon Pink #F86EC7

Color information

#F86EC7 (or 0xF86EC7) is unknown color: approx Neon Pink. HEX triplet: F8, 6E and C7. RGB value is (248,110,199). Sum of RGB (Red+Green+Blue) = 248+110+199=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 110 (43.36% from 255 or 19.75% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F86EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86EC7 is #079138. Grayscale: #A1A1A1. Windows color (decimal): -495929 or 13070072. OLE color: 13070072.

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

Color convert

RGB248110199-
CMYK00.560.200.03
HSL321.3º90.79%70.2%-
HSV(B)321.3º55.65%97.25%-
XYZ54.635.2357.96-
YUV161.41149.22189.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.52%
GREEN value IS 110 (43.36% from 255) = 19.75%
BLUE value IS 199 (78.12% from 255) = 35.73%
R=44.52%
G=19.75%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811019900.560.200.03321.390.7970.2
HexF86EC70381431415b46
Octal370156307070243501133106
Binary111110001101110110001110111000101001110100000110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86EC7; }

 p { color: rgb(248,110,199); }

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

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

 a { background-color: rgb(248,110,199); }

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

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

 span { border-color: rgb(248,110,199); }

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