#F85BBF

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

Shades of Neon Pink #F85BBF

Tints of Neon Pink #F85BBF

Color information

#F85BBF (or 0xF85BBF) is unknown color: approx Neon Pink. HEX triplet: F8, 5B and BF. RGB value is (248,91,191). Sum of RGB (Red+Green+Blue) = 248+91+191=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 91 (35.94% from 255 or 17.17% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BBF is #07A440. Grayscale: #959595. Windows color (decimal): -500801 or 12540920. OLE color: 12540920.

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

Color convert

RGB24891191-
CMYK00.630.230.03
HSL321.78º91.81%66.47%-
HSV(B)321.78º63.31%97.25%-
XYZ51.8631.252.58-
YUV149.34151.51198.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.79%
GREEN value IS 91 (35.94% from 255) = 17.17%
BLUE value IS 191 (75% from 255) = 36.04%
R=46.79%
G=17.17%
B=36.04%

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
Decimal2489119100.630.230.03321.7891.8166.47
HexF85BBF03F1731425c42
Octal370133277077273502134102
Binary111110001011011101111110111111101111110100001010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85BBF; }

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

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

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

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

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

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

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

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