Html Css Color HEX #EF60C2 Neon Pink

📋 copy color: '#EF60C2'

red 239 ◦ green 96 ◦ blue 194

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

Shades of Neon Pink #EF60C2

Tints of Neon Pink #EF60C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.67%

R = 45.18%
G = 18.15%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF60C2 (or 0xEF60C2) is known color: Neon Pink. HEX triplet: EF, 60 and C2. RGB value is (239,96,194). Sum of RGB (Red+Green+Blue) = 239+96+194=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF60C2 is #109F3D. Grayscale: #959595. Windows color (decimal): -1089342 or 12738799. OLE color: 12738799.

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

Color convert

RGB 239 96 194 -
CMYK 0 0.60 0.19 0.06
HSL 318.88º 0.82% 0.66% -
HSV(B) 318.88º 0.6% 0.94% -
XYZ 49.52 30.61 54.34 -
YUV 149.93 152.88 191.53 -
System Red Green Blue C M Y K H S L
Decimal 239 96 194 0 0.60 0.19 0.06 318.88 0.82 0.66
Hex EF 60 C2 0 3C 13 6 13F 52 42
Octal 357 140 302 0 74 23 6 477 122 102
Binary 11101111 1100000 11000010 0 111100 10011 110 100111111 1010010 1000010

Color Harmonies of #EF60C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60C2

Black with #EF60C2

Text Example


Text Example

White with #EF60C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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