#F668D2

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

Shades of Neon Pink #F668D2

Tints of Neon Pink #F668D2

Color information

#F668D2 (or 0xF668D2) is unknown color: approx Neon Pink. HEX triplet: F6, 68 and D2. RGB value is (246,104,210). Sum of RGB (Red+Green+Blue) = 246+104+210=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 104 (41.02% from 255 or 18.57% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F668D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F668D2 is #09972D. Grayscale: #9E9E9E. Windows color (decimal): -628526 or 13789430. OLE color: 13789430.

HSL color Cylindrical-coordinate representation of color #F668D2: hue angle of 315.21º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F668D2 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB246104210-
CMYK00.580.150.04
HSL315.21º88.75%68.63%-
HSV(B)315.21º57.72%96.47%-
XYZ54.5934.1564.69-
YUV158.54157.04190.38-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.93%
GREEN value IS 104 (41.02% from 255) = 18.57%
BLUE value IS 210 (82.42% from 255) = 37.5%
R=43.93%
G=18.57%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610421000.580.150.04315.2188.7568.63
HexF668D203AF413b5945
Octal366150322072174473131105
Binary111101101101000110100100111010111110010011101110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F668D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F668D2; }

 p { color: rgb(246,104,210); }

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

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

 a { background-color: rgb(246,104,210); }

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

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

 span { border-color: rgb(246,104,210); }

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