Html Css Color HEX #EF6ACF Neon Pink

📋 copy color: '#EF6ACF'

red 239 ◦ green 106 ◦ blue 207

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

Shades of Neon Pink #EF6ACF

Tints of Neon Pink #EF6ACF

RGB

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

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

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

R = 43.3%
G = 19.2%
B = 37.5%

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

#EF6ACF (or 0xEF6ACF) is known color: Neon Pink. HEX triplet: EF, 6A and CF. RGB value is (239,106,207). Sum of RGB (Red+Green+Blue) = 239+106+207=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 106 (41.80% from 255 or 19.20% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6ACF is #109530. Grayscale: #9D9D9D. Windows color (decimal): -1086769 or 13593327. OLE color: 13593327.

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

Color convert

RGB 239 106 207 -
CMYK 0 0.56 0.13 0.06
HSL 314.44º 0.81% 0.68% -
HSV(B) 314.44º 0.56% 0.94% -
XYZ 52.01 33.16 62.69 -
YUV 157.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 239 106 207 0 0.56 0.13 0.06 314.44 0.81 0.68
Hex EF 6A CF 0 38 D 6 13A 51 44
Octal 357 152 317 0 70 15 6 472 121 104
Binary 11101111 1101010 11001111 0 111000 1101 110 100111010 1010001 1000100

Color Harmonies of #EF6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6ACF

Black with #EF6ACF

Text Example


Text Example

White with #EF6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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