#F565D2

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

Shades of Neon Pink #F565D2

Tints of Neon Pink #F565D2

Color information

#F565D2 (or 0xF565D2) is unknown color: approx Neon Pink. HEX triplet: F5, 65 and D2. RGB value is (245,101,210). Sum of RGB (Red+Green+Blue) = 245+101+210=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 101 (39.84% from 255 or 18.17% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F565D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565D2 is #0A9A2D. Grayscale: #9C9C9C. Windows color (decimal): -694830 or 13788661. OLE color: 13788661.

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

Color convert

RGB245101210-
CMYK00.590.140.04
HSL314.58º87.8%67.84%-
HSV(B)314.58º58.78%96.08%-
XYZ53.9433.3764.57-
YUV156.48158.21191.14-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.06%
GREEN value IS 101 (39.84% from 255) = 18.17%
BLUE value IS 210 (82.42% from 255) = 37.77%
R=44.06%
G=18.17%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510121000.590.140.04314.5887.867.84
HexF565D203BE413b5844
Octal365145322073164473130104
Binary111101011100101110100100111011111010010011101110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F565D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F565D2; }

 p { color: rgb(245,101,210); }

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

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

 a { background-color: rgb(245,101,210); }

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

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

 span { border-color: rgb(245,101,210); }

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