#F566D4

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

Shades of Neon Pink #F566D4

Tints of Neon Pink #F566D4

Color information

#F566D4 (or 0xF566D4) is unknown color: approx Neon Pink. HEX triplet: F5, 66 and D4. RGB value is (245,102,212). Sum of RGB (Red+Green+Blue) = 245+102+212=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 102 (40.23% from 255 or 18.25% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F566D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F566D4 is #0A992B. Grayscale: #9D9D9D. Windows color (decimal): -694572 or 13919989. OLE color: 13919989.

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

Color convert

RGB245102212-
CMYK00.580.130.04
HSL313.85º87.73%68.04%-
HSV(B)313.85º58.37%96.08%-
XYZ54.2933.6765.92-
YUV157.3158.88190.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.83%
GREEN value IS 102 (40.23% from 255) = 18.25%
BLUE value IS 212 (83.20% from 255) = 37.92%
R=43.83%
G=18.25%
B=37.92%

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
Decimal24510221200.580.130.04313.8587.7368.04
HexF566D403AD413a5844
Octal365146324072154472130104
Binary111101011100110110101000111010110110010011101010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F566D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F566D4; }

 p { color: rgb(245,102,212); }

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

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

 a { background-color: rgb(245,102,212); }

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

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

 span { border-color: rgb(245,102,212); }

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