Html Css Color HEX #EF6DCC Neon Pink

📋 copy color: '#EF6DCC'

red 239 ◦ green 109 ◦ blue 204

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

Shades of Neon Pink #EF6DCC

Tints of Neon Pink #EF6DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.75%

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

R = 43.3%
G = 19.75%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF6DCC (or 0xEF6DCC) is known color: Neon Pink. HEX triplet: EF, 6D and CC. RGB value is (239,109,204). Sum of RGB (Red+Green+Blue) = 239+109+204=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 109 (42.97% from 255 or 19.75% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DCC is #109233. Grayscale: #9E9E9E. Windows color (decimal): -1086004 or 13397487. OLE color: 13397487.

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

Color convert

RGB 239 109 204 -
CMYK 0 0.54 0.15 0.06
HSL 316.15º 0.8% 0.68% -
HSV(B) 316.15º 0.54% 0.94% -
XYZ 51.96 33.65 60.88 -
YUV 158.7 153.57 185.28 -
System Red Green Blue C M Y K H S L
Decimal 239 109 204 0 0.54 0.15 0.06 316.15 0.8 0.68
Hex EF 6D CC 0 36 F 6 13C 50 44
Octal 357 155 314 0 66 17 6 474 120 104
Binary 11101111 1101101 11001100 0 110110 1111 110 100111100 1010000 1000100

Color Harmonies of #EF6DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6DCC

Black with #EF6DCC

Text Example


Text Example

White with #EF6DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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