Html Css Color HEX #E766BC Neon Pink

📋 copy color: '#E766BC'

red 231 ◦ green 102 ◦ blue 188

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

Shades of Neon Pink #E766BC

Tints of Neon Pink #E766BC

RGB

 RED value IS 231 (90.63% from 255) = 44.34%

 GREEN value IS 102 (40.23% from 255) = 19.58%

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

R = 44.34%
G = 19.58%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E766BC (or 0xE766BC) is known color: Neon Pink. HEX triplet: E7, 66 and BC. RGB value is (231,102,188). Sum of RGB (Red+Green+Blue) = 231+102+188=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E766BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766BC is #189943. Grayscale: #969696. Windows color (decimal): -1612100 or 12347111. OLE color: 12347111.

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

Color convert

RGB 231 102 188 -
CMYK 0 0.56 0.19 0.09
HSL 320º 0.73% 0.65% -
HSV(B) 320º 0.56% 0.91% -
XYZ 46.78 30.12 50.93 -
YUV 150.38 149.24 185.51 -
System Red Green Blue C M Y K H S L
Decimal 231 102 188 0 0.56 0.19 0.09 320 0.73 0.65
Hex E7 66 BC 0 38 13 9 140 49 41
Octal 347 146 274 0 70 23 11 500 111 101
Binary 11100111 1100110 10111100 0 111000 10011 1001 101000000 1001001 1000001

Color Harmonies of #E766BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E766BC

Black with #E766BC

Text Example


Text Example

White with #E766BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E766BC; }

 p { color: rgb(231,102,188); }

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

background-color css

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

 a { background-color: rgb(231,102,188); }

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

border-color css

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

 span { border-color: rgb(231,102,188); }

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