#F86FCE

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

Shades of Neon Pink #F86FCE

Tints of Neon Pink #F86FCE

Color information

#F86FCE (or 0xF86FCE) is unknown color: approx Neon Pink. HEX triplet: F8, 6F and CE. RGB value is (248,111,206). Sum of RGB (Red+Green+Blue) = 248+111+206=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F86FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86FCE is #079031. Grayscale: #A2A2A2. Windows color (decimal): -495666 or 13529080. OLE color: 13529080.

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

Color convert

RGB248111206-
CMYK00.550.170.03
HSL318.39º90.73%70.39%-
HSV(B)318.39º55.24%97.25%-
XYZ55.5435.7862.37-
YUV162.79152.39188.78-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.89%
GREEN value IS 111 (43.75% from 255) = 19.65%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=43.89%
G=19.65%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811120600.550.170.03318.3990.7370.39
HexF86FCE03711313e5b46
Octal370157316067213476133106
Binary111110001101111110011100110111100011110011111010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86FCE; }

 p { color: rgb(248,111,206); }

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

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

 a { background-color: rgb(248,111,206); }

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

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

 span { border-color: rgb(248,111,206); }

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