Html Css Color HEX #EB62C5 Neon Pink

📋 copy color: '#EB62C5'

red 235 ◦ green 98 ◦ blue 197

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

Shades of Neon Pink #EB62C5

Tints of Neon Pink #EB62C5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.49%

 BLUE value IS 197 (77.34% from 255) = 37.17%

R = 44.34%
G = 18.49%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EB62C5 (or 0xEB62C5) is known color: Neon Pink. HEX triplet: EB, 62 and C5. RGB value is (235,98,197). Sum of RGB (Red+Green+Blue) = 235+98+197=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EB62C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB62C5 is #149D3A. Grayscale: #959595. Windows color (decimal): -1350971 or 12935915. OLE color: 12935915.

HSL color Cylindrical-coordinate representation of color #EB62C5: hue angle of 316.64º 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 #EB62C5 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 98 197 -
CMYK 0 0.58 0.16 0.08
HSL 316.64º 0.77% 0.65% -
HSV(B) 316.64º 0.58% 0.92% -
XYZ 48.71 30.43 56.13 -
YUV 150.25 154.39 188.45 -
System Red Green Blue C M Y K H S L
Decimal 235 98 197 0 0.58 0.16 0.08 316.64 0.77 0.65
Hex EB 62 C5 0 3A 10 8 13D 4D 41
Octal 353 142 305 0 72 20 10 475 115 101
Binary 11101011 1100010 11000101 0 111010 10000 1000 100111101 1001101 1000001

Color Harmonies of #EB62C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB62C5

Black with #EB62C5

Text Example


Text Example

White with #EB62C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB62C5; }

 p { color: rgb(235,98,197); }

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

background-color css

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

 a { background-color: rgb(235,98,197); }

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

border-color css

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

 span { border-color: rgb(235,98,197); }

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