Html Css Color HEX #EF5BC0 Neon Pink

📋 copy color: '#EF5BC0'

red 239 ◦ green 91 ◦ blue 192

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

Shades of Neon Pink #EF5BC0

Tints of Neon Pink #EF5BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.43%

 BLUE value IS 192 (75.39% from 255) = 36.78%

R = 45.79%
G = 17.43%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF5BC0 (or 0xEF5BC0) is known color: Neon Pink. HEX triplet: EF, 5B and C0. RGB value is (239,91,192). Sum of RGB (Red+Green+Blue) = 239+91+192=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5BC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5BC0 is #10A43F. Grayscale: #929292. Windows color (decimal): -1090624 or 12606447. OLE color: 12606447.

HSL color Cylindrical-coordinate representation of color #EF5BC0: hue angle of 319.05º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5BC0 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 91 192 -
CMYK 0 0.62 0.20 0.06
HSL 319.05º 0.82% 0.65% -
HSV(B) 319.05º 0.62% 0.94% -
XYZ 48.85 29.64 53.02 -
YUV 146.77 153.53 193.79 -
System Red Green Blue C M Y K H S L
Decimal 239 91 192 0 0.62 0.20 0.06 319.05 0.82 0.65
Hex EF 5B C0 0 3E 14 6 13F 52 41
Octal 357 133 300 0 76 24 6 477 122 101
Binary 11101111 1011011 11000000 0 111110 10100 110 100111111 1010010 1000001

Color Harmonies of #EF5BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5BC0

Black with #EF5BC0

Text Example


Text Example

White with #EF5BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5BC0; }

 p { color: rgb(239,91,192); }

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

background-color css

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

 a { background-color: rgb(239,91,192); }

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

border-color css

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

 span { border-color: rgb(239,91,192); }

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