#F86CC6

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

Shades of Neon Pink #F86CC6

Tints of Neon Pink #F86CC6

Color information

#F86CC6 (or 0xF86CC6) is unknown color: approx Neon Pink. HEX triplet: F8, 6C and C6. RGB value is (248,108,198). Sum of RGB (Red+Green+Blue) = 248+108+198=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86CC6 is #079339. Grayscale: #9F9F9F. Windows color (decimal): -496442 or 13004024. OLE color: 13004024.

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

Color convert

RGB248108198-
CMYK00.560.200.03
HSL321.43º90.91%69.8%-
HSV(B)321.43º56.45%97.25%-
XYZ54.2734.7657.28-
YUV160.12149.38190.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.77%
GREEN value IS 108 (42.58% from 255) = 19.49%
BLUE value IS 198 (77.73% from 255) = 35.74%
R=44.77%
G=19.49%
B=35.74%

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
Decimal24810819800.560.200.03321.4390.9169.8
HexF86CC60381431415b46
Octal370154306070243501133106
Binary111110001101100110001100111000101001110100000110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86CC6; }

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

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

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

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

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

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

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

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