#F569D5

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

Shades of Neon Pink #F569D5

Tints of Neon Pink #F569D5

Color information

#F569D5 (or 0xF569D5) is unknown color: approx Neon Pink. HEX triplet: F5, 69 and D5. RGB value is (245,105,213). Sum of RGB (Red+Green+Blue) = 245+105+213=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 105 (41.41% from 255 or 18.65% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F569D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F569D5 is #0A962A. Grayscale: #9E9E9E. Windows color (decimal): -693803 or 13986293. OLE color: 13986293.

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

Color convert

RGB245105213-
CMYK00.570.130.04
HSL313.71º87.5%68.63%-
HSV(B)313.71º57.14%96.08%-
XYZ54.7234.3266.69-
YUV159.17158.38189.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.52%
GREEN value IS 105 (41.41% from 255) = 18.65%
BLUE value IS 213 (83.59% from 255) = 37.83%
R=43.52%
G=18.65%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510521300.570.130.04313.7187.568.63
HexF569D5039D413a5845
Octal365151325071154472130105
Binary111101011101001110101010111001110110010011101010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F569D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F569D5; }

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

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

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

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

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

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

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

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