#F668D4

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

Shades of Neon Pink #F668D4

Tints of Neon Pink #F668D4

Color information

#F668D4 (or 0xF668D4) is unknown color: approx Neon Pink. HEX triplet: F6, 68 and D4. RGB value is (246,104,212). Sum of RGB (Red+Green+Blue) = 246+104+212=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 104 (41.02% from 255 or 18.51% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F668D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F668D4 is #09972B. Grayscale: #9E9E9E. Windows color (decimal): -628524 or 13920502. OLE color: 13920502.

HSL color Cylindrical-coordinate representation of color #F668D4: hue angle of 314.37º 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 #F668D4 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB246104212-
CMYK00.580.140.04
HSL314.37º88.75%68.63%-
HSV(B)314.37º57.72%96.47%-
XYZ54.8434.2566.01-
YUV158.77158.04190.22-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.77%
GREEN value IS 104 (41.02% from 255) = 18.51%
BLUE value IS 212 (83.20% from 255) = 37.72%
R=43.77%
G=18.51%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610421200.580.140.04314.3788.7568.63
HexF668D403AE413a5945
Octal366150324072164472131105
Binary111101101101000110101000111010111010010011101010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F668D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F668D4; }

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

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

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

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

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

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

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

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