#F85BC0

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

Shades of Neon Pink #F85BC0

Tints of Neon Pink #F85BC0

Color information

#F85BC0 (or 0xF85BC0) is unknown color: approx Neon Pink. HEX triplet: F8, 5B and C0. RGB value is (248,91,192). Sum of RGB (Red+Green+Blue) = 248+91+192=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BC0 is #07A43F. Grayscale: #959595. Windows color (decimal): -500800 or 12606456. OLE color: 12606456.

HSL color Cylindrical-coordinate representation of color #F85BC0: hue angle of 321.4º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85BC0 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB24891192-
CMYK00.630.230.03
HSL321.4º91.81%66.47%-
HSV(B)321.4º63.31%97.25%-
XYZ51.9731.2453.16-
YUV149.46152.01198.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.70%
GREEN value IS 91 (35.94% from 255) = 17.14%
BLUE value IS 192 (75.39% from 255) = 36.16%
R=46.70%
G=17.14%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489119200.630.230.03321.491.8166.47
HexF85BC003F1731415c42
Octal370133300077273501134102
Binary111110001011011110000000111111101111110100000110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85BC0; }

 p { color: rgb(248,91,192); }

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

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

 a { background-color: rgb(248,91,192); }

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

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

 span { border-color: rgb(248,91,192); }

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