Html Css Color HEX #EF74CE Neon Pink

📋 copy color: '#EF74CE'

red 239 ◦ green 116 ◦ blue 206

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

Shades of Neon Pink #EF74CE

Tints of Neon Pink #EF74CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.68%

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

R = 42.6%
G = 20.68%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF74CE (or 0xEF74CE) is known color: Neon Pink. HEX triplet: EF, 74 and CE. RGB value is (239,116,206). Sum of RGB (Red+Green+Blue) = 239+116+206=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF74CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF74CE is #108B31. Grayscale: #A2A2A2. Windows color (decimal): -1084210 or 13530351. OLE color: 13530351.

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

Color convert

RGB 239 116 206 -
CMYK 0 0.51 0.14 0.06
HSL 316.1º 0.79% 0.7% -
HSV(B) 316.1º 0.51% 0.94% -
XYZ 52.98 35.3 62.41 -
YUV 163.04 152.25 182.18 -
System Red Green Blue C M Y K H S L
Decimal 239 116 206 0 0.51 0.14 0.06 316.1 0.79 0.7
Hex EF 74 CE 0 33 E 6 13C 4F 46
Octal 357 164 316 0 63 16 6 474 117 106
Binary 11101111 1110100 11001110 0 110011 1110 110 100111100 1001111 1000110

Color Harmonies of #EF74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF74CE

Black with #EF74CE

Text Example


Text Example

White with #EF74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF74CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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