Html Css Color HEX #EF68C6 Neon Pink

📋 copy color: '#EF68C6'

red 239 ◦ green 104 ◦ blue 198

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

Shades of Neon Pink #EF68C6

Tints of Neon Pink #EF68C6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.22%

 BLUE value IS 198 (77.73% from 255) = 36.6%

R = 44.18%
G = 19.22%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF68C6 (or 0xEF68C6) is known color: Neon Pink. HEX triplet: EF, 68 and C6. RGB value is (239,104,198). Sum of RGB (Red+Green+Blue) = 239+104+198=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 104 (41.02% from 255 or 19.22% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68C6 is #109739. Grayscale: #9A9A9A. Windows color (decimal): -1087290 or 13002991. OLE color: 13002991.

HSL color Cylindrical-coordinate representation of color #EF68C6: hue angle of 318.22º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF68C6 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 104 198 -
CMYK 0 0.56 0.17 0.06
HSL 318.22º 0.81% 0.67% -
HSV(B) 318.22º 0.56% 0.94% -
XYZ 50.74 32.33 56.99 -
YUV 155.08 152.23 187.86 -
System Red Green Blue C M Y K H S L
Decimal 239 104 198 0 0.56 0.17 0.06 318.22 0.81 0.67
Hex EF 68 C6 0 38 11 6 13E 51 43
Octal 357 150 306 0 70 21 6 476 121 103
Binary 11101111 1101000 11000110 0 111000 10001 110 100111110 1010001 1000011

Color Harmonies of #EF68C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68C6

Black with #EF68C6

Text Example


Text Example

White with #EF68C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68C6; }

 p { color: rgb(239,104,198); }

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

background-color css

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

 a { background-color: rgb(239,104,198); }

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

border-color css

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

 span { border-color: rgb(239,104,198); }

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