Html Css Color HEX #E464BF Neon Pink

📋 copy color: '#E464BF'

red 228 ◦ green 100 ◦ blue 191

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

Shades of Neon Pink #E464BF

Tints of Neon Pink #E464BF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.27%

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

R = 43.93%
G = 19.27%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E464BF (or 0xE464BF) is known color: Neon Pink. HEX triplet: E4, 64 and BF. RGB value is (228,100,191). Sum of RGB (Red+Green+Blue) = 228+100+191=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E464BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E464BF is #1B9B40. Grayscale: #949494. Windows color (decimal): -1809217 or 12543204. OLE color: 12543204.

HSL color Cylindrical-coordinate representation of color #E464BF: hue angle of 317.34º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E464BF is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 100 191 -
CMYK 0 0.56 0.16 0.11
HSL 317.34º 0.7% 0.64% -
HSV(B) 317.34º 0.56% 0.89% -
XYZ 45.96 29.37 52.54 -
YUV 148.65 151.91 184.6 -
System Red Green Blue C M Y K H S L
Decimal 228 100 191 0 0.56 0.16 0.11 317.34 0.7 0.64
Hex E4 64 BF 0 38 10 B 13D 46 40
Octal 344 144 277 0 70 20 13 475 106 100
Binary 11100100 1100100 10111111 0 111000 10000 1011 100111101 1000110 1000000

Color Harmonies of #E464BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E464BF

Black with #E464BF

Text Example


Text Example

White with #E464BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E464BF; }

 p { color: rgb(228,100,191); }

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

background-color css

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

 a { background-color: rgb(228,100,191); }

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

border-color css

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

 span { border-color: rgb(228,100,191); }

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