#EF6BBD

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

Shades of Neon Pink #EF6BBD

Tints of Neon Pink #EF6BBD

Color information

#EF6BBD (or 0xEF6BBD) is unknown color: approx Neon Pink. HEX triplet: EF, 6B and BD. RGB value is (239,107,189). Sum of RGB (Red+Green+Blue) = 239+107+189=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6BBD is #109442. Grayscale: #9B9B9B. Windows color (decimal): -1086531 or 12413935. OLE color: 12413935.

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

Color convert

RGB239107189-
CMYK00.550.210.06
HSL322.73º80.49%67.84%-
HSV(B)322.73º55.23%93.73%-
XYZ50.0432.5451.79-
YUV155.82146.73187.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.67%
GREEN value IS 107 (42.19% from 255) = 20%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=44.67%
G=20%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910718900.550.210.06322.7380.4967.84
HexEF6BBD0371561435044
Octal357153275067256503120104
Binary1110111111010111011110101101111010111010100001110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6BBD; }

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

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

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

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

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

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

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

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