Html Css Color HEX #EB60C2 Neon Pink

📋 copy color: '#EB60C2'

red 235 ◦ green 96 ◦ blue 194

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

Shades of Neon Pink #EB60C2

Tints of Neon Pink #EB60C2

RGB

 RED value IS 235 (92.19% from 255) = 44.76%

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

 BLUE value IS 194 (76.17% from 255) = 36.95%

R = 44.76%
G = 18.29%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB60C2 (or 0xEB60C2) is known color: Neon Pink. HEX triplet: EB, 60 and C2. RGB value is (235,96,194). Sum of RGB (Red+Green+Blue) = 235+96+194=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EB60C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB60C2 is #149F3D. Grayscale: #949494. Windows color (decimal): -1351486 or 12738795. OLE color: 12738795.

HSL color Cylindrical-coordinate representation of color #EB60C2: hue angle of 317.7º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB60C2 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 96 194 -
CMYK 0 0.59 0.17 0.08
HSL 317.7º 0.78% 0.65% -
HSV(B) 317.7º 0.59% 0.92% -
XYZ 48.18 29.92 54.28 -
YUV 148.73 153.55 189.53 -
System Red Green Blue C M Y K H S L
Decimal 235 96 194 0 0.59 0.17 0.08 317.7 0.78 0.65
Hex EB 60 C2 0 3B 11 8 13E 4E 41
Octal 353 140 302 0 73 21 10 476 116 101
Binary 11101011 1100000 11000010 0 111011 10001 1000 100111110 1001110 1000001

Color Harmonies of #EB60C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB60C2

Black with #EB60C2

Text Example


Text Example

White with #EB60C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB60C2; }

 p { color: rgb(235,96,194); }

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

background-color css

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

 a { background-color: rgb(235,96,194); }

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

border-color css

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

 span { border-color: rgb(235,96,194); }

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