Html Css Color HEX #EF6FD4 Neon Pink

📋 copy color: '#EF6FD4'

red 239 ◦ green 111 ◦ blue 212

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

Shades of Neon Pink #EF6FD4

Tints of Neon Pink #EF6FD4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.75%

 BLUE value IS 212 (83.2% from 255) = 37.72%

R = 42.53%
G = 19.75%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EF6FD4 (or 0xEF6FD4) is known color: Neon Pink. HEX triplet: EF, 6F and D4. RGB value is (239,111,212). Sum of RGB (Red+Green+Blue) = 239+111+212=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6FD4 is #10902B. Grayscale: #A0A0A0. Windows color (decimal): -1085484 or 13922287. OLE color: 13922287.

HSL color Cylindrical-coordinate representation of color #EF6FD4: hue angle of 312.66º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF6FD4 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 111 212 -
CMYK 0 0.54 0.11 0.06
HSL 312.66º 0.8% 0.69% -
HSV(B) 312.66º 0.54% 0.94% -
XYZ 53.16 34.47 66.14 -
YUV 160.79 156.91 183.79 -
System Red Green Blue C M Y K H S L
Decimal 239 111 212 0 0.54 0.11 0.06 312.66 0.8 0.69
Hex EF 6F D4 0 36 B 6 139 50 45
Octal 357 157 324 0 66 13 6 471 120 105
Binary 11101111 1101111 11010100 0 110110 1011 110 100111001 1010000 1000101

Color Harmonies of #EF6FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6FD4

Black with #EF6FD4

Text Example


Text Example

White with #EF6FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6FD4; }

 p { color: rgb(239,111,212); }

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

background-color css

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

 a { background-color: rgb(239,111,212); }

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

border-color css

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

 span { border-color: rgb(239,111,212); }

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