Html Css Color HEX #EF79CE Neon Pink

📋 copy color: '#EF79CE'

red 239 ◦ green 121 ◦ blue 206

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

Shades of Neon Pink #EF79CE

Tints of Neon Pink #EF79CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.4%

R = 42.23%
G = 21.38%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF79CE (or 0xEF79CE) is known color: Neon Pink. HEX triplet: EF, 79 and CE. RGB value is (239,121,206). Sum of RGB (Red+Green+Blue) = 239+121+206=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EF79CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF79CE is #108631. Grayscale: #A5A5A5. Windows color (decimal): -1082930 or 13531631. OLE color: 13531631.

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

Color convert

RGB 239 121 206 -
CMYK 0 0.49 0.14 0.06
HSL 316.78º 0.79% 0.71% -
HSV(B) 316.78º 0.49% 0.94% -
XYZ 53.57 36.48 62.61 -
YUV 165.97 150.59 180.09 -
System Red Green Blue C M Y K H S L
Decimal 239 121 206 0 0.49 0.14 0.06 316.78 0.79 0.71
Hex EF 79 CE 0 31 E 6 13D 4F 47
Octal 357 171 316 0 61 16 6 475 117 107
Binary 11101111 1111001 11001110 0 110001 1110 110 100111101 1001111 1000111

Color Harmonies of #EF79CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF79CE

Black with #EF79CE

Text Example


Text Example

White with #EF79CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF79CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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