Html Css Color HEX #EF79CF Neon Pink

📋 copy color: '#EF79CF'

red 239 ◦ green 121 ◦ blue 207

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

Shades of Neon Pink #EF79CF

Tints of Neon Pink #EF79CF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.34%

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

R = 42.15%
G = 21.34%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF79CF (or 0xEF79CF) is known color: Neon Pink. HEX triplet: EF, 79 and CF. RGB value is (239,121,207). Sum of RGB (Red+Green+Blue) = 239+121+207=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF79CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF79CF is #108630. Grayscale: #A5A5A5. Windows color (decimal): -1082929 or 13597167. OLE color: 13597167.

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

Color convert

RGB 239 121 207 -
CMYK 0 0.49 0.13 0.06
HSL 316.27º 0.79% 0.71% -
HSV(B) 316.27º 0.49% 0.94% -
XYZ 53.7 36.53 63.25 -
YUV 166.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 239 121 207 0 0.49 0.13 0.06 316.27 0.79 0.71
Hex EF 79 CF 0 31 D 6 13C 4F 47
Octal 357 171 317 0 61 15 6 474 117 107
Binary 11101111 1111001 11001111 0 110001 1101 110 100111100 1001111 1000111

Color Harmonies of #EF79CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF79CF

Black with #EF79CF

Text Example


Text Example

White with #EF79CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF79CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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