Html Css Color HEX #EF6AD1 Neon Pink

📋 copy color: '#EF6AD1'

red 239 ◦ green 106 ◦ blue 209

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

Shades of Neon Pink #EF6AD1

Tints of Neon Pink #EF6AD1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.13%

 BLUE value IS 209 (82.03% from 255) = 37.73%

R = 43.14%
G = 19.13%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF6AD1 (or 0xEF6AD1) is known color: Neon Pink. HEX triplet: EF, 6A and D1. RGB value is (239,106,209). Sum of RGB (Red+Green+Blue) = 239+106+209=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6AD1 is #10952E. Grayscale: #9D9D9D. Windows color (decimal): -1086767 or 13724399. OLE color: 13724399.

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

Color convert

RGB 239 106 209 -
CMYK 0 0.56 0.13 0.06
HSL 313.53º 0.81% 0.68% -
HSV(B) 313.53º 0.56% 0.94% -
XYZ 52.26 33.26 63.99 -
YUV 157.51 157.06 186.12 -
System Red Green Blue C M Y K H S L
Decimal 239 106 209 0 0.56 0.13 0.06 313.53 0.81 0.68
Hex EF 6A D1 0 38 D 6 13A 51 44
Octal 357 152 321 0 70 15 6 472 121 104
Binary 11101111 1101010 11010001 0 111000 1101 110 100111010 1010001 1000100

Color Harmonies of #EF6AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6AD1

Black with #EF6AD1

Text Example


Text Example

White with #EF6AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6AD1; }

 p { color: rgb(239,106,209); }

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

background-color css

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

 a { background-color: rgb(239,106,209); }

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

border-color css

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

 span { border-color: rgb(239,106,209); }

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