#EB5CC0

Color #EB5CC0 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #EB5CC0

Tints of Neon Pink #EB5CC0

Color information

#EB5CC0 (or 0xEB5CC0) is unknown color: approx Neon Pink. HEX triplet: EB, 5C and C0. RGB value is (235,92,192). Sum of RGB (Red+Green+Blue) = 235+92+192=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5CC0 is #14A33F. Grayscale: #919191. Windows color (decimal): -1352512 or 12606699. OLE color: 12606699.

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

Color convert

RGB23592192-
CMYK00.610.180.08
HSL318.04º78.14%64.12%-
HSV(B)318.04º60.85%92.16%-
XYZ47.629.1252.98-
YUV146.16153.88191.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.28%
GREEN value IS 92 (36.33% from 255) = 17.73%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=45.28%
G=17.73%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359219200.610.180.08318.0478.1464.12
HexEB5CC003D12813e4e40
Octal3531343000752210476116100
Binary11101011101110011000000011110110010100010011111010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5CC0; }

 p { color: rgb(235,92,192); }

 H1.HeaderClassName
 {
   color: #EB5CC0;
 }
 .AnyTagClassName
 {
   color: #EB5CC0;
 }
</style>
background-color css

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

 a { background-color: rgb(235,92,192); }

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

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

 span { border-color: rgb(235,92,192); }

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