Html Css Color HEX #EF70BF Neon Pink

📋 copy color: '#EF70BF'

red 239 ◦ green 112 ◦ blue 191

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

Shades of Neon Pink #EF70BF

Tints of Neon Pink #EF70BF

RGB

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

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

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

R = 44.1%
G = 20.66%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF70BF (or 0xEF70BF) is known color: Neon Pink. HEX triplet: EF, 70 and BF. RGB value is (239,112,191). Sum of RGB (Red+Green+Blue) = 239+112+191=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF70BF is #108F40. Grayscale: #9E9E9E. Windows color (decimal): -1085249 or 12546287. OLE color: 12546287.

HSL color Cylindrical-coordinate representation of color #EF70BF: hue angle of 322.68º 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 #EF70BF is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 112 191 -
CMYK 0 0.53 0.20 0.06
HSL 322.68º 0.8% 0.69% -
HSV(B) 322.68º 0.53% 0.94% -
XYZ 50.79 33.7 53.12 -
YUV 158.98 146.08 185.08 -
System Red Green Blue C M Y K H S L
Decimal 239 112 191 0 0.53 0.20 0.06 322.68 0.8 0.69
Hex EF 70 BF 0 35 14 6 143 50 45
Octal 357 160 277 0 65 24 6 503 120 105
Binary 11101111 1110000 10111111 0 110101 10100 110 101000011 1010000 1000101

Color Harmonies of #EF70BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF70BF

Black with #EF70BF

Text Example


Text Example

White with #EF70BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF70BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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