Html Css Color HEX #E465BF Neon Pink

📋 copy color: '#E465BF'

red 228 ◦ green 101 ◦ blue 191

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

Shades of Neon Pink #E465BF

Tints of Neon Pink #E465BF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.42%

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

R = 43.85%
G = 19.42%
B = 36.73%

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

#E465BF (or 0xE465BF) is known color: Neon Pink. HEX triplet: E4, 65 and BF. RGB value is (228,101,191). Sum of RGB (Red+Green+Blue) = 228+101+191=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E465BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E465BF is #1B9A40. Grayscale: #949494. Windows color (decimal): -1808961 or 12543460. OLE color: 12543460.

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

Color convert

RGB 228 101 191 -
CMYK 0 0.56 0.16 0.11
HSL 317.48º 0.7% 0.65% -
HSV(B) 317.48º 0.56% 0.89% -
XYZ 46.05 29.56 52.57 -
YUV 149.23 151.58 184.18 -
System Red Green Blue C M Y K H S L
Decimal 228 101 191 0 0.56 0.16 0.11 317.48 0.7 0.65
Hex E4 65 BF 0 38 10 B 13D 46 41
Octal 344 145 277 0 70 20 13 475 106 101
Binary 11100100 1100101 10111111 0 111000 10000 1011 100111101 1000110 1000001

Color Harmonies of #E465BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E465BF

Black with #E465BF

Text Example


Text Example

White with #E465BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E465BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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