Html Css Color HEX #E95FBF Neon Pink

📋 copy color: '#E95FBF'

red 233 ◦ green 95 ◦ blue 191

#E95FBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #E95FBF

Tints of Neon Pink #E95FBF

RGB

 RED value IS 233 (91.41% from 255) = 44.89%

 GREEN value IS 95 (37.5% from 255) = 18.3%

 BLUE value IS 191 (75% from 255) = 36.8%

R = 44.89%
G = 18.3%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E95FBF (or 0xE95FBF) is known color: 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

RGB 233 95 191 -
CMYK 0 0.59 0.18 0.09
HSL 318.26º 0.76% 0.64% -
HSV(B) 318.26º 0.59% 0.91% -
XYZ 47.1 29.27 52.46 -
YUV 147.21 152.72 189.19 -
System Red Green Blue C M Y K H S L
Decimal 233 95 191 0 0.59 0.18 0.09 318.26 0.76 0.64
Hex E9 5F BF 0 3B 12 9 13E 4C 40
Octal 351 137 277 0 73 22 11 476 114 100
Binary 11101001 1011111 10111111 0 111011 10010 1001 100111110 1001100 1000000

Color Harmonies of #E95FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95FBF

Black with #E95FBF

Text Example


Text Example

White with #E95FBF

Text Example


Text Example

HTML Codes & Css Web 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>