Html Css Color HEX #EB64BE Neon Pink

📋 copy color: '#EB64BE'

red 235 ◦ green 100 ◦ blue 190

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

Shades of Neon Pink #EB64BE

Tints of Neon Pink #EB64BE

RGB

 RED value IS 235 (92.19% from 255) = 44.76%

 GREEN value IS 100 (39.45% from 255) = 19.05%

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 44.76%
G = 19.05%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EB64BE (or 0xEB64BE) is known color: Neon Pink. HEX triplet: EB, 64 and BE. RGB value is (235,100,190). Sum of RGB (Red+Green+Blue) = 235+100+190=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EB64BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB64BE is #149B41. Grayscale: #969696. Windows color (decimal): -1350466 or 12477675. OLE color: 12477675.

HSL color Cylindrical-coordinate representation of color #EB64BE: hue angle of 320º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB64BE is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 100 190 -
CMYK 0 0.57 0.19 0.08
HSL 320º 0.77% 0.66% -
HSV(B) 320º 0.57% 0.92% -
XYZ 48.11 30.49 52.07 -
YUV 150.63 150.23 188.18 -
System Red Green Blue C M Y K H S L
Decimal 235 100 190 0 0.57 0.19 0.08 320 0.77 0.66
Hex EB 64 BE 0 39 13 8 140 4D 42
Octal 353 144 276 0 71 23 10 500 115 102
Binary 11101011 1100100 10111110 0 111001 10011 1000 101000000 1001101 1000010

Color Harmonies of #EB64BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB64BE

Black with #EB64BE

Text Example


Text Example

White with #EB64BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB64BE; }

 p { color: rgb(235,100,190); }

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

background-color css

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

 a { background-color: rgb(235,100,190); }

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

border-color css

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

 span { border-color: rgb(235,100,190); }

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