Html Css Color HEX #E45FBC Neon Pink

📋 copy color: '#E45FBC'

red 228 ◦ green 95 ◦ blue 188

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

Shades of Neon Pink #E45FBC

Tints of Neon Pink #E45FBC

RGB

 RED value IS 228 (89.45% from 255) = 44.62%

 GREEN value IS 95 (37.5% from 255) = 18.59%

 BLUE value IS 188 (73.83% from 255) = 36.79%

R = 44.62%
G = 18.59%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E45FBC (or 0xE45FBC) is known color: Neon Pink. HEX triplet: E4, 5F and BC. RGB value is (228,95,188). Sum of RGB (Red+Green+Blue) = 228+95+188=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 228 - color contains mainly: red. Hex color #E45FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45FBC is #1BA043. Grayscale: #919191. Windows color (decimal): -1810500 or 12345316. OLE color: 12345316.

HSL color Cylindrical-coordinate representation of color #E45FBC: hue angle of 318.05º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E45FBC is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 95 188 -
CMYK 0 0.58 0.18 0.11
HSL 318.05º 0.71% 0.63% -
HSV(B) 318.05º 0.58% 0.89% -
XYZ 45.16 28.31 50.66 -
YUV 145.37 152.06 186.94 -
System Red Green Blue C M Y K H S L
Decimal 228 95 188 0 0.58 0.18 0.11 318.05 0.71 0.63
Hex E4 5F BC 0 3A 12 B 13E 47 3F
Octal 344 137 274 0 72 22 13 476 107 77
Binary 11100100 1011111 10111100 0 111010 10010 1011 100111110 1000111 111111

Color Harmonies of #E45FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45FBC

Black with #E45FBC

Text Example


Text Example

White with #E45FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45FBC; }

 p { color: rgb(228,95,188); }

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

background-color css

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

 a { background-color: rgb(228,95,188); }

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

border-color css

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

 span { border-color: rgb(228,95,188); }

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