Html Css Color HEX #EF6DBE Neon Pink

📋 copy color: '#EF6DBE'

red 239 ◦ green 109 ◦ blue 190

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

Shades of Neon Pink #EF6DBE

Tints of Neon Pink #EF6DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 44.42%
G = 20.26%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF6DBE (or 0xEF6DBE) is known color: Neon Pink. HEX triplet: EF, 6D and BE. RGB value is (239,109,190). Sum of RGB (Red+Green+Blue) = 239+109+190=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DBE is #109241. Grayscale: #9C9C9C. Windows color (decimal): -1086018 or 12479983. OLE color: 12479983.

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

Color convert

RGB 239 109 190 -
CMYK 0 0.54 0.21 0.06
HSL 322.62º 0.8% 0.68% -
HSV(B) 322.62º 0.54% 0.94% -
XYZ 50.36 33.01 52.43 -
YUV 157.1 146.57 186.41 -
System Red Green Blue C M Y K H S L
Decimal 239 109 190 0 0.54 0.21 0.06 322.62 0.8 0.68
Hex EF 6D BE 0 36 15 6 143 50 44
Octal 357 155 276 0 66 25 6 503 120 104
Binary 11101111 1101101 10111110 0 110110 10101 110 101000011 1010000 1000100

Color Harmonies of #EF6DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6DBE

Black with #EF6DBE

Text Example


Text Example

White with #EF6DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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