#ED66C3

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

Shades of Neon Pink #ED66C3

Tints of Neon Pink #ED66C3

Color information

#ED66C3 (or 0xED66C3) is unknown color: approx Neon Pink. HEX triplet: ED, 66 and C3. RGB value is (237,102,195). Sum of RGB (Red+Green+Blue) = 237+102+195=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED66C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED66C3 is #12993C. Grayscale: #989898. Windows color (decimal): -1218877 or 12805869. OLE color: 12805869.

HSL color Cylindrical-coordinate representation of color #ED66C3: hue angle of 318.67º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED66C3 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB237102195-
CMYK00.570.180.07
HSL318.67º78.95%66.47%-
HSV(B)318.67º56.96%92.94%-
XYZ49.5331.4555.09-
YUV152.97151.73187.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.38%
GREEN value IS 102 (40.23% from 255) = 19.10%
BLUE value IS 195 (76.56% from 255) = 36.52%
R=44.38%
G=19.10%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710219500.570.180.07318.6778.9566.47
HexED66C303912713f4f42
Octal355146303071227477117102
Binary1110110111001101100001101110011001011110011111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED66C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED66C3; }

 p { color: rgb(237,102,195); }

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

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

 a { background-color: rgb(237,102,195); }

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

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

 span { border-color: rgb(237,102,195); }

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