#F561C4

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

Shades of Neon Pink #F561C4

Tints of Neon Pink #F561C4

Color information

#F561C4 (or 0xF561C4) is unknown color: approx Neon Pink. HEX triplet: F5, 61 and C4. RGB value is (245,97,196). Sum of RGB (Red+Green+Blue) = 245+97+196=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 97 (38.28% from 255 or 18.03% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F561C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F561C4 is #0A9E3B. Grayscale: #989898. Windows color (decimal): -695868 or 12870133. OLE color: 12870133.

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

Color convert

RGB24597196-
CMYK00.600.20.04
HSL319.86º88.1%67.06%-
HSV(B)319.86º60.41%96.08%-
XYZ51.8931.9555.66-
YUV152.54152.53193.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.54%
GREEN value IS 97 (38.28% from 255) = 18.03%
BLUE value IS 196 (76.95% from 255) = 36.43%
R=45.54%
G=18.03%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.2
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459719600.600.20.04319.8688.167.06
HexF561C403C1441405843
Octal365141304074244500130103
Binary1111010111000011100010001111001010010010100000010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F561C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F561C4; }

 p { color: rgb(245,97,196); }

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

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

 a { background-color: rgb(245,97,196); }

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

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

 span { border-color: rgb(245,97,196); }

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