#F66DCF

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

Shades of Neon Pink #F66DCF

Tints of Neon Pink #F66DCF

Color information

#F66DCF (or 0xF66DCF) is unknown color: approx Neon Pink. HEX triplet: F6, 6D and CF. RGB value is (246,109,207). Sum of RGB (Red+Green+Blue) = 246+109+207=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 109 (42.97% from 255 or 19.40% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F66DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66DCF is #099230. Grayscale: #A0A0A0. Windows color (decimal): -627249 or 13594102. OLE color: 13594102.

HSL color Cylindrical-coordinate representation of color #F66DCF: hue angle of 317.08º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66DCF is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB246109207-
CMYK00.560.160.04
HSL317.08º88.39%69.61%-
HSV(B)317.08º55.69%96.47%-
XYZ54.7435.0462.91-
YUV161.14153.89188.53-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.77%
GREEN value IS 109 (42.97% from 255) = 19.40%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=43.77%
G=19.40%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610920700.560.160.04317.0888.3969.61
HexF66DCF03810413d5846
Octal366155317070204475130106
Binary1111011011011011100111101110001000010010011110110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66DCF; }

 p { color: rgb(246,109,207); }

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

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

 a { background-color: rgb(246,109,207); }

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

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

 span { border-color: rgb(246,109,207); }

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