#ED67C1

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

Shades of Neon Pink #ED67C1

Tints of Neon Pink #ED67C1

Color information

#ED67C1 (or 0xED67C1) is unknown color: approx Neon Pink. HEX triplet: ED, 67 and C1. RGB value is (237,103,193). Sum of RGB (Red+Green+Blue) = 237+103+193=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED67C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED67C1 is #12983E. Grayscale: #999999. Windows color (decimal): -1218623 or 12675053. OLE color: 12675053.

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

Color convert

RGB237103193-
CMYK00.570.190.07
HSL319.7º78.82%66.67%-
HSV(B)319.7º56.54%92.94%-
XYZ49.431.5653.94-
YUV153.33150.39187.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.47%
GREEN value IS 103 (40.62% from 255) = 19.32%
BLUE value IS 193 (75.78% from 255) = 36.21%
R=44.47%
G=19.32%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710319300.570.190.07319.778.8266.67
HexED67C10391371404f43
Octal355147301071237500117103
Binary1110110111001111100000101110011001111110100000010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED67C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED67C1; }

 p { color: rgb(237,103,193); }

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

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

 a { background-color: rgb(237,103,193); }

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

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

 span { border-color: rgb(237,103,193); }

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