Html Css Color HEX #EF5BC3 Neon Pink

📋 copy color: '#EF5BC3'

red 239 ◦ green 91 ◦ blue 195

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

Shades of Neon Pink #EF5BC3

Tints of Neon Pink #EF5BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.14%

R = 45.52%
G = 17.33%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF5BC3 (or 0xEF5BC3) is known color: Neon Pink. HEX triplet: EF, 5B and C3. RGB value is (239,91,195). Sum of RGB (Red+Green+Blue) = 239+91+195=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 195 (76.56% from 255 or 37.14% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5BC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5BC3 is #10A43C. Grayscale: #929292. Windows color (decimal): -1090621 or 12803055. OLE color: 12803055.

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

Color convert

RGB 239 91 195 -
CMYK 0 0.62 0.18 0.06
HSL 317.84º 0.82% 0.65% -
HSV(B) 317.84º 0.62% 0.94% -
XYZ 49.19 29.77 54.78 -
YUV 147.11 155.03 193.54 -
System Red Green Blue C M Y K H S L
Decimal 239 91 195 0 0.62 0.18 0.06 317.84 0.82 0.65
Hex EF 5B C3 0 3E 12 6 13E 52 41
Octal 357 133 303 0 76 22 6 476 122 101
Binary 11101111 1011011 11000011 0 111110 10010 110 100111110 1010010 1000001

Color Harmonies of #EF5BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5BC3

Black with #EF5BC3

Text Example


Text Example

White with #EF5BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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