#F86CCC

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

Shades of Neon Pink #F86CCC

Tints of Neon Pink #F86CCC

Color information

#F86CCC (or 0xF86CCC) is unknown color: approx Neon Pink. HEX triplet: F8, 6C and CC. RGB value is (248,108,204). Sum of RGB (Red+Green+Blue) = 248+108+204=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 108 (42.58% from 255 or 19.29% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86CCC is #079333. Grayscale: #A0A0A0. Windows color (decimal): -496436 or 13397240. OLE color: 13397240.

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

Color convert

RGB248108204-
CMYK00.560.180.03
HSL318.86º90.91%69.8%-
HSV(B)318.86º56.45%97.25%-
XYZ54.9735.0460.99-
YUV160.8152.38190.19-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.29%
GREEN value IS 108 (42.58% from 255) = 19.29%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=44.29%
G=19.29%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810820400.560.180.03318.8690.9169.8
HexF86CCC03812313f5b46
Octal370154314070223477133106
Binary111110001101100110011000111000100101110011111110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86CCC; }

 p { color: rgb(248,108,204); }

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

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

 a { background-color: rgb(248,108,204); }

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

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

 span { border-color: rgb(248,108,204); }

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