#e85fbc

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

Shades of Neon Pink #E85FBC

Tints of Neon Pink #E85FBC

Color information

#E85FBC (or 0xE85FBC) is unknown color: approx Neon Pink. HEX triplet: E8, 5F and BC. RGB value is (232,95,188). Sum of RGB (Red+Green+Blue) = 232+95+188=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 232 - color contains mainly: red. Hex color #E85FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85FBC is #17A043. Grayscale: #929292. Windows color (decimal): -1548356 or 12345320. OLE color: 12345320.

HSL color Cylindrical-coordinate representation of color #E85FBC: hue angle of 319.27º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85FBC is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB23295188-
CMYK00.590.190.09
HSL319.27º74.86%64.12%-
HSV(B)319.27º59.05%90.98%-
XYZ46.4528.9750.72-
YUV146.56151.39188.94-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.05%
GREEN value IS 95 (37.5% from 255) = 18.45%
BLUE value IS 188 (73.83% from 255) = 36.50%
R=45.05%
G=18.45%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329518800.590.190.09319.2774.8664.12
HexE85FBC03B13913f4b40
Octal3501372740732311477113100
Binary11101000101111110111100011101110011100110011111110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e85fbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e85fbc; }

 p { color: rgb(232,95,188); }

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

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

 a { background-color: rgb(232,95,188); }

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

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

 span { border-color: rgb(232,95,188); }

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