Html Css Color HEX #EF70CC Neon Pink

📋 copy color: '#EF70CC'

red 239 ◦ green 112 ◦ blue 204

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

Shades of Neon Pink #EF70CC

Tints of Neon Pink #EF70CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 43.06%
G = 20.18%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF70CC (or 0xEF70CC) is known color: Neon Pink. HEX triplet: EF, 70 and CC. RGB value is (239,112,204). Sum of RGB (Red+Green+Blue) = 239+112+204=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF70CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF70CC is #108F33. Grayscale: #A0A0A0. Windows color (decimal): -1085236 or 13398255. OLE color: 13398255.

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

Color convert

RGB 239 112 204 -
CMYK 0 0.53 0.15 0.06
HSL 316.54º 0.8% 0.69% -
HSV(B) 316.54º 0.53% 0.94% -
XYZ 52.29 34.3 60.99 -
YUV 160.46 152.58 184.02 -
System Red Green Blue C M Y K H S L
Decimal 239 112 204 0 0.53 0.15 0.06 316.54 0.8 0.69
Hex EF 70 CC 0 35 F 6 13D 50 45
Octal 357 160 314 0 65 17 6 475 120 105
Binary 11101111 1110000 11001100 0 110101 1111 110 100111101 1010000 1000101

Color Harmonies of #EF70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF70CC

Black with #EF70CC

Text Example


Text Example

White with #EF70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF70CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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