Html Css Color HEX #EF6ACC Neon Pink

📋 copy color: '#EF6ACC'

red 239 ◦ green 106 ◦ blue 204

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

Shades of Neon Pink #EF6ACC

Tints of Neon Pink #EF6ACC

RGB

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

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

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

R = 43.53%
G = 19.31%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF6ACC (or 0xEF6ACC) is known color: Neon Pink. HEX triplet: EF, 6A and CC. RGB value is (239,106,204). Sum of RGB (Red+Green+Blue) = 239+106+204=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6ACC is #109533. Grayscale: #9C9C9C. Windows color (decimal): -1086772 or 13396719. OLE color: 13396719.

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

Color convert

RGB 239 106 204 -
CMYK 0 0.56 0.15 0.06
HSL 315.79º 0.81% 0.68% -
HSV(B) 315.79º 0.56% 0.94% -
XYZ 51.65 33.02 60.78 -
YUV 156.94 154.56 186.53 -
System Red Green Blue C M Y K H S L
Decimal 239 106 204 0 0.56 0.15 0.06 315.79 0.81 0.68
Hex EF 6A CC 0 38 F 6 13C 51 44
Octal 357 152 314 0 70 17 6 474 121 104
Binary 11101111 1101010 11001100 0 111000 1111 110 100111100 1010001 1000100

Color Harmonies of #EF6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6ACC

Black with #EF6ACC

Text Example


Text Example

White with #EF6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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