Html Css Color HEX #E766BF Neon Pink

📋 copy color: '#E766BF'

red 231 ◦ green 102 ◦ blue 191

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

Shades of Neon Pink #E766BF

Tints of Neon Pink #E766BF

RGB

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

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

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

R = 44.08%
G = 19.47%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E766BF (or 0xE766BF) is known color: Neon Pink. HEX triplet: E7, 66 and BF. RGB value is (231,102,191). Sum of RGB (Red+Green+Blue) = 231+102+191=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E766BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E766BF is #189940. Grayscale: #969696. Windows color (decimal): -1612097 or 12543719. OLE color: 12543719.

HSL color Cylindrical-coordinate representation of color #E766BF: hue angle of 318.6º 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 #E766BF is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 102 191 -
CMYK 0 0.56 0.17 0.09
HSL 318.6º 0.73% 0.65% -
HSV(B) 318.6º 0.56% 0.91% -
XYZ 47.11 30.25 52.65 -
YUV 150.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 231 102 191 0 0.56 0.17 0.09 318.6 0.73 0.65
Hex E7 66 BF 0 38 11 9 13F 49 41
Octal 347 146 277 0 70 21 11 477 111 101
Binary 11100111 1100110 10111111 0 111000 10001 1001 100111111 1001001 1000001

Color Harmonies of #E766BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E766BF

Black with #E766BF

Text Example


Text Example

White with #E766BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E766BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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