Html Css Color HEX #EF60C5 Neon Pink

📋 copy color: '#EF60C5'

red 239 ◦ green 96 ◦ blue 197

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

Shades of Neon Pink #EF60C5

Tints of Neon Pink #EF60C5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.05%

 BLUE value IS 197 (77.34% from 255) = 37.03%

R = 44.92%
G = 18.05%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF60C5 (or 0xEF60C5) is known color: Neon Pink. HEX triplet: EF, 60 and C5. RGB value is (239,96,197). Sum of RGB (Red+Green+Blue) = 239+96+197=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 96 (37.89% from 255 or 18.05% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF60C5 is #109F3A. Grayscale: #969696. Windows color (decimal): -1089339 or 12935407. OLE color: 12935407.

HSL color Cylindrical-coordinate representation of color #EF60C5: hue angle of 317.62º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF60C5 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 96 197 -
CMYK 0 0.60 0.18 0.06
HSL 317.62º 0.82% 0.66% -
HSV(B) 317.62º 0.6% 0.94% -
XYZ 49.86 30.75 56.13 -
YUV 150.27 154.38 191.29 -
System Red Green Blue C M Y K H S L
Decimal 239 96 197 0 0.60 0.18 0.06 317.62 0.82 0.66
Hex EF 60 C5 0 3C 12 6 13E 52 42
Octal 357 140 305 0 74 22 6 476 122 102
Binary 11101111 1100000 11000101 0 111100 10010 110 100111110 1010010 1000010

Color Harmonies of #EF60C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60C5

Black with #EF60C5

Text Example


Text Example

White with #EF60C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60C5; }

 p { color: rgb(239,96,197); }

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

background-color css

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

 a { background-color: rgb(239,96,197); }

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

border-color css

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

 span { border-color: rgb(239,96,197); }

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