Html Css Color HEX #EF70C0 Neon Pink

📋 copy color: '#EF70C0'

red 239 ◦ green 112 ◦ blue 192

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

Shades of Neon Pink #EF70C0

Tints of Neon Pink #EF70C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.36%

R = 44.01%
G = 20.63%
B = 35.36%

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

#EF70C0 (or 0xEF70C0) is known color: Neon Pink. HEX triplet: EF, 70 and C0. RGB value is (239,112,192). Sum of RGB (Red+Green+Blue) = 239+112+192=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF70C0 is #108F3F. Grayscale: #9E9E9E. Windows color (decimal): -1085248 or 12611823. OLE color: 12611823.

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

Color convert

RGB 239 112 192 -
CMYK 0 0.53 0.20 0.06
HSL 322.2º 0.8% 0.69% -
HSV(B) 322.2º 0.53% 0.94% -
XYZ 50.91 33.74 53.7 -
YUV 159.09 146.58 185 -
System Red Green Blue C M Y K H S L
Decimal 239 112 192 0 0.53 0.20 0.06 322.2 0.8 0.69
Hex EF 70 C0 0 35 14 6 142 50 45
Octal 357 160 300 0 65 24 6 502 120 105
Binary 11101111 1110000 11000000 0 110101 10100 110 101000010 1010000 1000101

Color Harmonies of #EF70C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF70C0

Black with #EF70C0

Text Example


Text Example

White with #EF70C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF70C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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