Html Css Color HEX #EB63C2 Neon Pink

📋 copy color: '#EB63C2'

red 235 ◦ green 99 ◦ blue 194

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

Shades of Neon Pink #EB63C2

Tints of Neon Pink #EB63C2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.75%

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

R = 44.51%
G = 18.75%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EB63C2 (or 0xEB63C2) is known color: Neon Pink. HEX triplet: EB, 63 and C2. RGB value is (235,99,194). Sum of RGB (Red+Green+Blue) = 235+99+194=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EB63C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB63C2 is #149C3D. Grayscale: #969696. Windows color (decimal): -1350718 or 12739563. OLE color: 12739563.

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

Color convert

RGB 235 99 194 -
CMYK 0 0.58 0.17 0.08
HSL 318.09º 0.77% 0.65% -
HSV(B) 318.09º 0.58% 0.92% -
XYZ 48.46 30.48 54.37 -
YUV 150.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 235 99 194 0 0.58 0.17 0.08 318.09 0.77 0.65
Hex EB 63 C2 0 3A 11 8 13E 4D 41
Octal 353 143 302 0 72 21 10 476 115 101
Binary 11101011 1100011 11000010 0 111010 10001 1000 100111110 1001101 1000001

Color Harmonies of #EB63C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB63C2

Black with #EB63C2

Text Example


Text Example

White with #EB63C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB63C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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