Html Css Color HEX #EF70C2 Neon Pink

📋 copy color: '#EF70C2'

red 239 ◦ green 112 ◦ blue 194

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

Shades of Neon Pink #EF70C2

Tints of Neon Pink #EF70C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 43.85%
G = 20.55%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF70C2 (or 0xEF70C2) is known color: Neon Pink. HEX triplet: EF, 70 and C2. RGB value is (239,112,194). Sum of RGB (Red+Green+Blue) = 239+112+194=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 112 (44.14% from 255 or 20.55% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF70C2 is #108F3D. Grayscale: #9F9F9F. Windows color (decimal): -1085246 or 12742895. OLE color: 12742895.

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

Color convert

RGB 239 112 194 -
CMYK 0 0.53 0.19 0.06
HSL 321.26º 0.8% 0.69% -
HSV(B) 321.26º 0.53% 0.94% -
XYZ 51.13 33.83 54.87 -
YUV 159.32 147.58 184.83 -
System Red Green Blue C M Y K H S L
Decimal 239 112 194 0 0.53 0.19 0.06 321.26 0.8 0.69
Hex EF 70 C2 0 35 13 6 141 50 45
Octal 357 160 302 0 65 23 6 501 120 105
Binary 11101111 1110000 11000010 0 110101 10011 110 101000001 1010000 1000101

Color Harmonies of #EF70C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF70C2

Black with #EF70C2

Text Example


Text Example

White with #EF70C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF70C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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