#F56FD0

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

Shades of Neon Pink #F56FD0

Tints of Neon Pink #F56FD0

Color information

#F56FD0 (or 0xF56FD0) is unknown color: approx Neon Pink. HEX triplet: F5, 6F and D0. RGB value is (245,111,208). Sum of RGB (Red+Green+Blue) = 245+111+208=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F56FD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56FD0 is #0A902F. Grayscale: #A1A1A1. Windows color (decimal): -692272 or 13660149. OLE color: 13660149.

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

Color convert

RGB245111208-
CMYK00.550.150.04
HSL316.57º87.01%69.8%-
HSV(B)316.57º54.69%96.08%-
XYZ54.7335.3463.61-
YUV162.12153.89187.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.44%
GREEN value IS 111 (43.75% from 255) = 19.68%
BLUE value IS 208 (81.64% from 255) = 36.88%
R=43.44%
G=19.68%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511120800.550.150.04316.5787.0169.8
HexF56FD0037F413d5746
Octal365157320067174475127106
Binary111101011101111110100000110111111110010011110110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56FD0; }

 p { color: rgb(245,111,208); }

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

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

 a { background-color: rgb(245,111,208); }

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

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

 span { border-color: rgb(245,111,208); }

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