#E95FBF

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

Shades of Neon Pink #E95FBF

Tints of Neon Pink #E95FBF

Color information

#E95FBF (or 0xE95FBF) is unknown color: approx Neon Pink. HEX triplet: E9, 5F and BF. RGB value is (233,95,191). Sum of RGB (Red+Green+Blue) = 233+95+191=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E95FBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95FBF is #16A040. Grayscale: #929292. Windows color (decimal): -1482817 or 12541929. OLE color: 12541929.

HSL color Cylindrical-coordinate representation of color #E95FBF: hue angle of 318.26º degrees, saturation: 0.76, 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 #E95FBF is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB23395191-
CMYK00.590.180.09
HSL318.26º75.82%64.31%-
HSV(B)318.26º59.23%91.37%-
XYZ47.129.2752.46-
YUV147.21152.72189.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.89%
GREEN value IS 95 (37.5% from 255) = 18.30%
BLUE value IS 191 (75% from 255) = 36.80%
R=44.89%
G=18.30%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339519100.590.180.09318.2675.8264.31
HexE95FBF03B12913e4c40
Octal3511372770732211476114100
Binary11101001101111110111111011101110010100110011111010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95FBF; }

 p { color: rgb(233,95,191); }

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

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

 a { background-color: rgb(233,95,191); }

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

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

 span { border-color: rgb(233,95,191); }

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