#EC6BCA

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

Shades of Neon Pink #EC6BCA

Tints of Neon Pink #EC6BCA

Color information

#EC6BCA (or 0xEC6BCA) is unknown color: approx Neon Pink. HEX triplet: EC, 6B and CA. RGB value is (236,107,202). Sum of RGB (Red+Green+Blue) = 236+107+202=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6BCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6BCA is #139435. Grayscale: #9C9C9C. Windows color (decimal): -1283126 or 13265900. OLE color: 13265900.

HSL color Cylindrical-coordinate representation of color #EC6BCA: hue angle of 315.81º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6BCA is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236107202-
CMYK00.550.140.07
HSL315.81º77.25%67.25%-
HSV(B)315.81º54.66%92.55%-
XYZ50.5132.6159.51-
YUV156.4153.74184.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.30%
GREEN value IS 107 (42.19% from 255) = 19.63%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=43.30%
G=19.63%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610720200.550.140.07315.8177.2567.25
HexEC6BCA037E713c4d43
Octal354153312067167474115103
Binary111011001101011110010100110111111011110011110010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6BCA; }

 p { color: rgb(236,107,202); }

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

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

 a { background-color: rgb(236,107,202); }

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

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

 span { border-color: rgb(236,107,202); }

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