#FF66D0

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

Shades of Neon Pink #FF66D0

Tints of Neon Pink #FF66D0

Color information

#FF66D0 (or 0xFF66D0) is unknown color: approx Neon Pink. HEX triplet: FF, 66 and D0. RGB value is (255,102,208). Sum of RGB (Red+Green+Blue) = 255+102+208=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 102 (40.23% from 255 or 18.05% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66D0 is #00992F. Grayscale: #9F9F9F. Windows color (decimal): -39216 or 13657855. OLE color: 13657855.

HSL color Cylindrical-coordinate representation of color #FF66D0: hue angle of 318.43º 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 #FF66D0 is Cyan = 0, Magento = 0.6, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB255102208-
CMYK00.60.180
HSL318.43º100%70%-
HSV(B)318.43º60%100%-
XYZ57.3835.3263.47-
YUV159.83155.19195.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.13%
GREEN value IS 102 (40.23% from 255) = 18.05%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=45.13%
G=18.05%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510220800.60.180318.4310070
HexFF66D003C12013e6446
Octal377146320074220476144106
Binary11111111110011011010000011110010010010011111011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66D0; }

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

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

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

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

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

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

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

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