#FF66DC

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

Shades of Neon Pink #FF66DC

Tints of Neon Pink #FF66DC

Color information

#FF66DC (or 0xFF66DC) is unknown color: approx Neon Pink. HEX triplet: FF, 66 and DC. RGB value is (255,102,220). Sum of RGB (Red+Green+Blue) = 255+102+220=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 102 (40.23% from 255 or 17.68% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66DC is #009923. Grayscale: #A0A0A0. Windows color (decimal): -39204 or 14444287. OLE color: 14444287.

HSL color Cylindrical-coordinate representation of color #FF66DC: hue angle of 313.73º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF66DC is Cyan = 0, Magento = 0.6, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255102220-
CMYK00.60.140
HSL313.73º100%70%-
HSV(B)313.73º60%100%-
XYZ58.9135.9371.54-
YUV161.2161.19194.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.19%
GREEN value IS 102 (40.23% from 255) = 17.68%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=44.19%
G=17.68%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510222000.60.140313.7310070
HexFF66DC03CE013a6446
Octal377146334074160472144106
Binary1111111111001101101110001111001110010011101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66DC; }

 p { color: rgb(255,102,220); }

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

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

 a { background-color: rgb(255,102,220); }

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

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

 span { border-color: rgb(255,102,220); }

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