Html Css Color HEX #EF6ACE Neon Pink

📋 copy color: '#EF6ACE'

red 239 ◦ green 106 ◦ blue 206

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

Shades of Neon Pink #EF6ACE

Tints of Neon Pink #EF6ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.24%

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

R = 43.38%
G = 19.24%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF6ACE (or 0xEF6ACE) is known color: Neon Pink. HEX triplet: EF, 6A and CE. RGB value is (239,106,206). Sum of RGB (Red+Green+Blue) = 239+106+206=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6ACE is #109531. Grayscale: #9C9C9C. Windows color (decimal): -1086770 or 13527791. OLE color: 13527791.

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

Color convert

RGB 239 106 206 -
CMYK 0 0.56 0.14 0.06
HSL 314.89º 0.81% 0.68% -
HSV(B) 314.89º 0.56% 0.94% -
XYZ 51.89 33.12 62.05 -
YUV 157.17 155.56 186.37 -
System Red Green Blue C M Y K H S L
Decimal 239 106 206 0 0.56 0.14 0.06 314.89 0.81 0.68
Hex EF 6A CE 0 38 E 6 13B 51 44
Octal 357 152 316 0 70 16 6 473 121 104
Binary 11101111 1101010 11001110 0 111000 1110 110 100111011 1010001 1000100

Color Harmonies of #EF6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6ACE

Black with #EF6ACE

Text Example


Text Example

White with #EF6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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