Html Css Color HEX #EF58BF Neon Pink

📋 copy color: '#EF58BF'

red 239 ◦ green 88 ◦ blue 191

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

Shades of Neon Pink #EF58BF

Tints of Neon Pink #EF58BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.87%

R = 46.14%
G = 16.99%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF58BF (or 0xEF58BF) is known color: Neon Pink. HEX triplet: EF, 58 and BF. RGB value is (239,88,191). Sum of RGB (Red+Green+Blue) = 239+88+191=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF58BF is #10A740. Grayscale: #909090. Windows color (decimal): -1091393 or 12540143. OLE color: 12540143.

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

Color convert

RGB 239 88 191 -
CMYK 0 0.63 0.20 0.06
HSL 319.07º 0.83% 0.64% -
HSV(B) 319.07º 0.63% 0.94% -
XYZ 48.49 29.09 52.35 -
YUV 144.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 239 88 191 0 0.63 0.20 0.06 319.07 0.83 0.64
Hex EF 58 BF 0 3F 14 6 13F 53 40
Octal 357 130 277 0 77 24 6 477 123 100
Binary 11101111 1011000 10111111 0 111111 10100 110 100111111 1010011 1000000

Color Harmonies of #EF58BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58BF

Black with #EF58BF

Text Example


Text Example

White with #EF58BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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