Html Css Color HEX #EF7ACE Neon Pink

📋 copy color: '#EF7ACE'

red 239 ◦ green 122 ◦ blue 206

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

Shades of Neon Pink #EF7ACE

Tints of Neon Pink #EF7ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.52%

 BLUE value IS 206 (80.86% from 255) = 36.33%

R = 42.15%
G = 21.52%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF7ACE (or 0xEF7ACE) is known color: Neon Pink. HEX triplet: EF, 7A and CE. RGB value is (239,122,206). Sum of RGB (Red+Green+Blue) = 239+122+206=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 122 (48.05% from 255 or 21.52% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ACE is #108531. Grayscale: #A6A6A6. Windows color (decimal): -1082674 or 13531887. OLE color: 13531887.

HSL color Cylindrical-coordinate representation of color #EF7ACE: hue angle of 316.92º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7ACE is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 122 206 -
CMYK 0 0.49 0.14 0.06
HSL 316.92º 0.79% 0.71% -
HSV(B) 316.92º 0.49% 0.94% -
XYZ 53.7 36.73 62.65 -
YUV 166.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 239 122 206 0 0.49 0.14 0.06 316.92 0.79 0.71
Hex EF 7A CE 0 31 E 6 13D 4F 47
Octal 357 172 316 0 61 16 6 475 117 107
Binary 11101111 1111010 11001110 0 110001 1110 110 100111101 1001111 1000111

Color Harmonies of #EF7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7ACE

Black with #EF7ACE

Text Example


Text Example

White with #EF7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7ACE; }

 p { color: rgb(239,122,206); }

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

background-color css

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

 a { background-color: rgb(239,122,206); }

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

border-color css

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

 span { border-color: rgb(239,122,206); }

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