Html Css Color HEX #EF6DCE Neon Pink

📋 copy color: '#EF6DCE'

red 239 ◦ green 109 ◦ blue 206

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

Shades of Neon Pink #EF6DCE

Tints of Neon Pink #EF6DCE

RGB

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

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

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

R = 43.14%
G = 19.68%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF6DCE (or 0xEF6DCE) is known color: Neon Pink. HEX triplet: EF, 6D and CE. RGB value is (239,109,206). Sum of RGB (Red+Green+Blue) = 239+109+206=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DCE is #109231. Grayscale: #9E9E9E. Windows color (decimal): -1086002 or 13528559. OLE color: 13528559.

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

Color convert

RGB 239 109 206 -
CMYK 0 0.54 0.14 0.06
HSL 315.23º 0.8% 0.68% -
HSV(B) 315.23º 0.54% 0.94% -
XYZ 52.21 33.74 62.15 -
YUV 158.93 154.57 185.11 -
System Red Green Blue C M Y K H S L
Decimal 239 109 206 0 0.54 0.14 0.06 315.23 0.8 0.68
Hex EF 6D CE 0 36 E 6 13B 50 44
Octal 357 155 316 0 66 16 6 473 120 104
Binary 11101111 1101101 11001110 0 110110 1110 110 100111011 1010000 1000100

Color Harmonies of #EF6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6DCE

Black with #EF6DCE

Text Example


Text Example

White with #EF6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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