#F86CCB

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

Shades of Neon Pink #F86CCB

Tints of Neon Pink #F86CCB

Color information

#F86CCB (or 0xF86CCB) is unknown color: approx Neon Pink. HEX triplet: F8, 6C and CB. RGB value is (248,108,203). Sum of RGB (Red+Green+Blue) = 248+108+203=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86CCB is #079334. Grayscale: #A0A0A0. Windows color (decimal): -496437 or 13331704. OLE color: 13331704.

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

Color convert

RGB248108203-
CMYK00.560.180.03
HSL319.29º90.91%69.8%-
HSV(B)319.29º56.45%97.25%-
XYZ54.8534.9960.36-
YUV160.69151.88190.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.36%
GREEN value IS 108 (42.58% from 255) = 19.32%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=44.36%
G=19.32%
B=36.31%

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
Decimal24810820300.560.180.03319.2990.9169.8
HexF86CCB03812313f5b46
Octal370154313070223477133106
Binary111110001101100110010110111000100101110011111110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86CCB; }

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

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

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

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

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

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

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

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