#F86CC8

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

Shades of Neon Pink #F86CC8

Tints of Neon Pink #F86CC8

Color information

#F86CC8 (or 0xF86CC8) is unknown color: approx Neon Pink. HEX triplet: F8, 6C and C8. RGB value is (248,108,200). Sum of RGB (Red+Green+Blue) = 248+108+200=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86CC8 is #079337. Grayscale: #A0A0A0. Windows color (decimal): -496440 or 13135096. OLE color: 13135096.

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

Color convert

RGB248108200-
CMYK00.560.190.03
HSL320.57º90.91%69.8%-
HSV(B)320.57º56.45%97.25%-
XYZ54.534.8558.5-
YUV160.35150.38190.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.60%
GREEN value IS 108 (42.58% from 255) = 19.42%
BLUE value IS 200 (78.52% from 255) = 35.97%
R=44.60%
G=19.42%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810820000.560.190.03320.5790.9169.8
HexF86CC80381331415b46
Octal370154310070233501133106
Binary111110001101100110010000111000100111110100000110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86CC8; }

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

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

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

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

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

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

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

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