Html Css Color HEX #EF6DCF Neon Pink

📋 copy color: '#EF6DCF'

red 239 ◦ green 109 ◦ blue 207

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

Shades of Neon Pink #EF6DCF

Tints of Neon Pink #EF6DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.3%

R = 43.06%
G = 19.64%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF6DCF (or 0xEF6DCF) is known color: Neon Pink. HEX triplet: EF, 6D and CF. RGB value is (239,109,207). Sum of RGB (Red+Green+Blue) = 239+109+207=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DCF is #109230. Grayscale: #9E9E9E. Windows color (decimal): -1086001 or 13594095. OLE color: 13594095.

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

Color convert

RGB 239 109 207 -
CMYK 0 0.54 0.13 0.06
HSL 314.77º 0.8% 0.68% -
HSV(B) 314.77º 0.54% 0.94% -
XYZ 52.33 33.79 62.8 -
YUV 159.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 239 109 207 0 0.54 0.13 0.06 314.77 0.8 0.68
Hex EF 6D CF 0 36 D 6 13B 50 44
Octal 357 155 317 0 66 15 6 473 120 104
Binary 11101111 1101101 11001111 0 110110 1101 110 100111011 1010000 1000100

Color Harmonies of #EF6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6DCF

Black with #EF6DCF

Text Example


Text Example

White with #EF6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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