#F560BE

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

Shades of Neon Pink #F560BE

Tints of Neon Pink #F560BE

Color information

#F560BE (or 0xF560BE) is unknown color: approx Neon Pink. HEX triplet: F5, 60 and BE. RGB value is (245,96,190). Sum of RGB (Red+Green+Blue) = 245+96+190=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F560BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F560BE is #0A9F41. Grayscale: #979797. Windows color (decimal): -696130 or 12476661. OLE color: 12476661.

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

Color convert

RGB24596190-
CMYK00.610.220.04
HSL322.15º88.17%66.86%-
HSV(B)322.15º60.82%96.08%-
XYZ51.1331.552.1-
YUV151.27149.86194.86-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.14%
GREEN value IS 96 (37.89% from 255) = 18.08%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=46.14%
G=18.08%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459619000.610.220.04322.1588.1766.86
HexF560BE03D1641425843
Octal365140276075264502130103
Binary1111010111000001011111001111011011010010100001010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F560BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F560BE; }

 p { color: rgb(245,96,190); }

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

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

 a { background-color: rgb(245,96,190); }

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

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

 span { border-color: rgb(245,96,190); }

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