Html Css Color HEX #EF6DCD Neon Pink

📋 copy color: '#EF6DCD'

red 239 ◦ green 109 ◦ blue 205

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

Shades of Neon Pink #EF6DCD

Tints of Neon Pink #EF6DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.07%

R = 43.22%
G = 19.71%
B = 37.07%

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

#EF6DCD (or 0xEF6DCD) is known color: Neon Pink. HEX triplet: EF, 6D and CD. RGB value is (239,109,205). Sum of RGB (Red+Green+Blue) = 239+109+205=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DCD is #109232. Grayscale: #9E9E9E. Windows color (decimal): -1086003 or 13463023. OLE color: 13463023.

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

Color convert

RGB 239 109 205 -
CMYK 0 0.54 0.14 0.06
HSL 315.69º 0.8% 0.68% -
HSV(B) 315.69º 0.54% 0.94% -
XYZ 52.08 33.7 61.52 -
YUV 158.81 154.07 185.19 -
System Red Green Blue C M Y K H S L
Decimal 239 109 205 0 0.54 0.14 0.06 315.69 0.8 0.68
Hex EF 6D CD 0 36 E 6 13C 50 44
Octal 357 155 315 0 66 16 6 474 120 104
Binary 11101111 1101101 11001101 0 110110 1110 110 100111100 1010000 1000100

Color Harmonies of #EF6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6DCD

Black with #EF6DCD

Text Example


Text Example

White with #EF6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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