#F56BCE

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

Shades of Neon Pink #F56BCE

Tints of Neon Pink #F56BCE

Color information

#F56BCE (or 0xF56BCE) is unknown color: approx Neon Pink. HEX triplet: F5, 6B and CE. RGB value is (245,107,206). Sum of RGB (Red+Green+Blue) = 245+107+206=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56BCE is #0A9431. Grayscale: #9F9F9F. Windows color (decimal): -693298 or 13528053. OLE color: 13528053.

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

Color convert

RGB245107206-
CMYK00.560.160.04
HSL316.96º87.34%69.02%-
HSV(B)316.96º56.33%96.08%-
XYZ54.0534.3862.18-
YUV159.55154.22188.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.91%
GREEN value IS 107 (42.19% from 255) = 19.18%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=43.91%
G=19.18%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510720600.560.160.04316.9687.3469.02
HexF56BCE03810413d5745
Octal365153316070204475127105
Binary1111010111010111100111001110001000010010011110110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56BCE; }

 p { color: rgb(245,107,206); }

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

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

 a { background-color: rgb(245,107,206); }

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

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

 span { border-color: rgb(245,107,206); }

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