Html Css Color HEX #E963BC Neon Pink

📋 copy color: '#E963BC'

red 233 ◦ green 99 ◦ blue 188

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

Shades of Neon Pink #E963BC

Tints of Neon Pink #E963BC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.04%

 BLUE value IS 188 (73.83% from 255) = 36.15%

R = 44.81%
G = 19.04%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E963BC (or 0xE963BC) is known color: Neon Pink. HEX triplet: E9, 63 and BC. RGB value is (233,99,188). Sum of RGB (Red+Green+Blue) = 233+99+188=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E963BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E963BC is #169C43. Grayscale: #949494. Windows color (decimal): -1481796 or 12346345. OLE color: 12346345.

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

Color convert

RGB 233 99 188 -
CMYK 0 0.58 0.19 0.09
HSL 320.15º 0.75% 0.65% -
HSV(B) 320.15º 0.58% 0.91% -
XYZ 47.14 29.88 50.86 -
YUV 149.21 149.89 187.76 -
System Red Green Blue C M Y K H S L
Decimal 233 99 188 0 0.58 0.19 0.09 320.15 0.75 0.65
Hex E9 63 BC 0 3A 13 9 140 4B 41
Octal 351 143 274 0 72 23 11 500 113 101
Binary 11101001 1100011 10111100 0 111010 10011 1001 101000000 1001011 1000001

Color Harmonies of #E963BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E963BC

Black with #E963BC

Text Example


Text Example

White with #E963BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E963BC; }

 p { color: rgb(233,99,188); }

 H1.HeaderClassName
 {
   color: #E963BC;
 }
 .AnyTagClassName
 {
   color: #E963BC;
 }
</style>

background-color css

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

 a { background-color: rgb(233,99,188); }

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

border-color css

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

 span { border-color: rgb(233,99,188); }

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