Html Css Color HEX #EF70BE Neon Pink

📋 copy color: '#EF70BE'

red 239 ◦ green 112 ◦ blue 190

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

Shades of Neon Pink #EF70BE

Tints of Neon Pink #EF70BE

RGB

 RED value IS 239 (93.75% from 255) = 44.18%

 GREEN value IS 112 (44.14% from 255) = 20.7%

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

R = 44.18%
G = 20.7%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF70BE (or 0xEF70BE) is known color: Neon Pink. HEX triplet: EF, 70 and BE. RGB value is (239,112,190). Sum of RGB (Red+Green+Blue) = 239+112+190=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF70BE is #108F41. Grayscale: #9E9E9E. Windows color (decimal): -1085250 or 12480751. OLE color: 12480751.

HSL color Cylindrical-coordinate representation of color #EF70BE: hue angle of 323.15º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF70BE is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 112 190 -
CMYK 0 0.53 0.21 0.06
HSL 323.15º 0.8% 0.69% -
HSV(B) 323.15º 0.53% 0.94% -
XYZ 50.69 33.66 52.54 -
YUV 158.87 145.58 185.16 -
System Red Green Blue C M Y K H S L
Decimal 239 112 190 0 0.53 0.21 0.06 323.15 0.8 0.69
Hex EF 70 BE 0 35 15 6 143 50 45
Octal 357 160 276 0 65 25 6 503 120 105
Binary 11101111 1110000 10111110 0 110101 10101 110 101000011 1010000 1000101

Color Harmonies of #EF70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF70BE

Black with #EF70BE

Text Example


Text Example

White with #EF70BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF70BE; }

 p { color: rgb(239,112,190); }

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

background-color css

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

 a { background-color: rgb(239,112,190); }

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

border-color css

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

 span { border-color: rgb(239,112,190); }

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