#f569d0

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

Shades of Neon Pink #F569D0

Tints of Neon Pink #F569D0

Color information

#F569D0 (or 0xF569D0) is unknown color: approx Neon Pink. HEX triplet: F5, 69 and D0. RGB value is (245,105,208). Sum of RGB (Red+Green+Blue) = 245+105+208=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 105 (41.41% from 255 or 18.82% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F569D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F569D0 is #0A962F. Grayscale: #9E9E9E. Windows color (decimal): -693808 or 13658613. OLE color: 13658613.

HSL color Cylindrical-coordinate representation of color #F569D0: hue angle of 315.86º 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 #F569D0 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB245105208-
CMYK00.570.150.04
HSL315.86º87.5%68.63%-
HSV(B)315.86º57.14%96.08%-
XYZ54.0934.0763.4-
YUV158.6155.88189.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.91%
GREEN value IS 105 (41.41% from 255) = 18.82%
BLUE value IS 208 (81.64% from 255) = 37.28%
R=43.91%
G=18.82%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510520800.570.150.04315.8687.568.63
HexF569D0039F413c5845
Octal365151320071174474130105
Binary111101011101001110100000111001111110010011110010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f569d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f569d0; }

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

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

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

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

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

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

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

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