Html Css Color HEX #EF60BE Neon Pink

📋 copy color: '#EF60BE'

red 239 ◦ green 96 ◦ blue 190

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

Shades of Neon Pink #EF60BE

Tints of Neon Pink #EF60BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 45.52%
G = 18.29%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF60BE (or 0xEF60BE) is known color: Neon Pink. HEX triplet: EF, 60 and BE. RGB value is (239,96,190). Sum of RGB (Red+Green+Blue) = 239+96+190=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF60BE is #109F41. Grayscale: #959595. Windows color (decimal): -1089346 or 12476655. OLE color: 12476655.

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

Color convert

RGB 239 96 190 -
CMYK 0 0.60 0.21 0.06
HSL 320.56º 0.82% 0.66% -
HSV(B) 320.56º 0.6% 0.94% -
XYZ 49.07 30.43 52 -
YUV 149.47 150.88 191.86 -
System Red Green Blue C M Y K H S L
Decimal 239 96 190 0 0.60 0.21 0.06 320.56 0.82 0.66
Hex EF 60 BE 0 3C 15 6 141 52 42
Octal 357 140 276 0 74 25 6 501 122 102
Binary 11101111 1100000 10111110 0 111100 10101 110 101000001 1010010 1000010

Color Harmonies of #EF60BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60BE

Black with #EF60BE

Text Example


Text Example

White with #EF60BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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