Html Css Color HEX #EF58BE Neon Pink

📋 copy color: '#EF58BE'

red 239 ◦ green 88 ◦ blue 190

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

Shades of Neon Pink #EF58BE

Tints of Neon Pink #EF58BE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.02%

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

R = 46.23%
G = 17.02%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF58BE (or 0xEF58BE) is known color: Neon Pink. HEX triplet: EF, 58 and BE. RGB value is (239,88,190). Sum of RGB (Red+Green+Blue) = 239+88+190=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 88 (34.77% from 255 or 17.02% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58BE is #10A741. Grayscale: #909090. Windows color (decimal): -1091394 or 12474607. OLE color: 12474607.

HSL color Cylindrical-coordinate representation of color #EF58BE: hue angle of 319.47º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF58BE is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 88 190 -
CMYK 0 0.63 0.21 0.06
HSL 319.47º 0.83% 0.64% -
HSV(B) 319.47º 0.63% 0.94% -
XYZ 48.38 29.05 51.77 -
YUV 144.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 239 88 190 0 0.63 0.21 0.06 319.47 0.83 0.64
Hex EF 58 BE 0 3F 15 6 13F 53 40
Octal 357 130 276 0 77 25 6 477 123 100
Binary 11101111 1011000 10111110 0 111111 10101 110 100111111 1010011 1000000

Color Harmonies of #EF58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58BE

Black with #EF58BE

Text Example


Text Example

White with #EF58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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