#f569c0

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

Shades of Neon Pink #F569C0

Tints of Neon Pink #F569C0

Color information

#F569C0 (or 0xF569C0) is unknown color: approx Neon Pink. HEX triplet: F5, 69 and C0. RGB value is (245,105,192). Sum of RGB (Red+Green+Blue) = 245+105+192=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F569C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F569C0 is #0A963F. Grayscale: #9C9C9C. Windows color (decimal): -693824 or 12610037. OLE color: 12610037.

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

Color convert

RGB245105192-
CMYK00.570.220.04
HSL322.71º87.5%68.63%-
HSV(B)322.71º57.14%96.08%-
XYZ52.2233.3253.55-
YUV156.78147.88190.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.20%
GREEN value IS 105 (41.41% from 255) = 19.37%
BLUE value IS 192 (75.39% from 255) = 35.42%
R=45.20%
G=19.37%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510519200.570.220.04322.7187.568.63
HexF569C00391641435845
Octal365151300071264503130105
Binary1111010111010011100000001110011011010010100001110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f569c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f569c0; }

 p { color: rgb(245,105,192); }

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

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

 a { background-color: rgb(245,105,192); }

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

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

 span { border-color: rgb(245,105,192); }

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