#F568D6

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

Shades of Neon Pink #F568D6

Tints of Neon Pink #F568D6

Color information

#F568D6 (or 0xF568D6) is unknown color: approx Neon Pink. HEX triplet: F5, 68 and D6. RGB value is (245,104,214). Sum of RGB (Red+Green+Blue) = 245+104+214=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 104 (41.02% from 255 or 18.47% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F568D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F568D6 is #0A9729. Grayscale: #9E9E9E. Windows color (decimal): -694058 or 14051573. OLE color: 14051573.

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

Color convert

RGB245104214-
CMYK00.580.130.04
HSL313.19º87.58%68.43%-
HSV(B)313.19º57.55%96.08%-
XYZ54.7434.1767.33-
YUV158.7159.21189.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.52%
GREEN value IS 104 (41.02% from 255) = 18.47%
BLUE value IS 214 (83.98% from 255) = 38.01%
R=43.52%
G=18.47%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510421400.580.130.04313.1987.5868.43
HexF568D603AD41395844
Octal365150326072154471130104
Binary111101011101000110101100111010110110010011100110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F568D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F568D6; }

 p { color: rgb(245,104,214); }

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

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

 a { background-color: rgb(245,104,214); }

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

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

 span { border-color: rgb(245,104,214); }

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