Html Css Color HEX #EB68BF Neon Pink

📋 copy color: '#EB68BF'

red 235 ◦ green 104 ◦ blue 191

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

Shades of Neon Pink #EB68BF

Tints of Neon Pink #EB68BF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.62%

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

R = 44.34%
G = 19.62%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EB68BF (or 0xEB68BF) is known color: Neon Pink. HEX triplet: EB, 68 and BF. RGB value is (235,104,191). Sum of RGB (Red+Green+Blue) = 235+104+191=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB68BF is #149740. Grayscale: #989898. Windows color (decimal): -1349441 or 12544235. OLE color: 12544235.

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

Color convert

RGB 235 104 191 -
CMYK 0 0.56 0.19 0.08
HSL 320.15º 0.77% 0.66% -
HSV(B) 320.15º 0.56% 0.92% -
XYZ 48.62 31.32 52.77 -
YUV 153.09 149.4 186.43 -
System Red Green Blue C M Y K H S L
Decimal 235 104 191 0 0.56 0.19 0.08 320.15 0.77 0.66
Hex EB 68 BF 0 38 13 8 140 4D 42
Octal 353 150 277 0 70 23 10 500 115 102
Binary 11101011 1101000 10111111 0 111000 10011 1000 101000000 1001101 1000010

Color Harmonies of #EB68BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB68BF

Black with #EB68BF

Text Example


Text Example

White with #EB68BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB68BF; }

 p { color: rgb(235,104,191); }

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

background-color css

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

 a { background-color: rgb(235,104,191); }

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

border-color css

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

 span { border-color: rgb(235,104,191); }

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