#EF66BD

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

Shades of Neon Pink #EF66BD

Tints of Neon Pink #EF66BD

Color information

#EF66BD (or 0xEF66BD) is unknown color: approx Neon Pink. HEX triplet: EF, 66 and BD. RGB value is (239,102,189). Sum of RGB (Red+Green+Blue) = 239+102+189=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF66BD is #109942. Grayscale: #989898. Windows color (decimal): -1087811 or 12412655. OLE color: 12412655.

HSL color Cylindrical-coordinate representation of color #EF66BD: hue angle of 321.9º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF66BD is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239102189-
CMYK00.570.210.06
HSL321.9º81.07%66.86%-
HSV(B)321.9º57.32%93.73%-
XYZ49.5331.5351.62-
YUV152.88148.39189.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.09%
GREEN value IS 102 (40.23% from 255) = 19.25%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=45.09%
G=19.25%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910218900.570.210.06321.981.0766.86
HexEF66BD0391561425143
Octal357146275071256502121103
Binary1110111111001101011110101110011010111010100001010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF66BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF66BD; }

 p { color: rgb(239,102,189); }

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

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

 a { background-color: rgb(239,102,189); }

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

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

 span { border-color: rgb(239,102,189); }

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