Html Css Color HEX #E960C0 Neon Pink

📋 copy color: '#E960C0'

red 233 ◦ green 96 ◦ blue 192

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

Shades of Neon Pink #E960C0

Tints of Neon Pink #E960C0

RGB

 RED value IS 233 (91.41% from 255) = 44.72%

 GREEN value IS 96 (37.89% from 255) = 18.43%

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

R = 44.72%
G = 18.43%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E960C0 (or 0xE960C0) is known color: Neon Pink. HEX triplet: E9, 60 and C0. RGB value is (233,96,192). Sum of RGB (Red+Green+Blue) = 233+96+192=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E960C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E960C0 is #169F3F. Grayscale: #939393. Windows color (decimal): -1482560 or 12607721. OLE color: 12607721.

HSL color Cylindrical-coordinate representation of color #E960C0: hue angle of 317.96º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E960C0 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 96 192 -
CMYK 0 0.59 0.18 0.09
HSL 317.96º 0.76% 0.65% -
HSV(B) 317.96º 0.59% 0.91% -
XYZ 47.3 29.5 53.07 -
YUV 147.91 152.89 188.69 -
System Red Green Blue C M Y K H S L
Decimal 233 96 192 0 0.59 0.18 0.09 317.96 0.76 0.65
Hex E9 60 C0 0 3B 12 9 13E 4C 41
Octal 351 140 300 0 73 22 11 476 114 101
Binary 11101001 1100000 11000000 0 111011 10010 1001 100111110 1001100 1000001

Color Harmonies of #E960C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960C0

Black with #E960C0

Text Example


Text Example

White with #E960C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960C0; }

 p { color: rgb(233,96,192); }

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

background-color css

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

 a { background-color: rgb(233,96,192); }

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

border-color css

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

 span { border-color: rgb(233,96,192); }

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