#F565CA

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

Shades of Neon Pink #F565CA

Tints of Neon Pink #F565CA

Color information

#F565CA (or 0xF565CA) is unknown color: approx Neon Pink. HEX triplet: F5, 65 and CA. RGB value is (245,101,202). Sum of RGB (Red+Green+Blue) = 245+101+202=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F565CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565CA is #0A9A35. Grayscale: #9B9B9B. Windows color (decimal): -694838 or 13264373. OLE color: 13264373.

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

Color convert

RGB245101202-
CMYK00.590.180.04
HSL317.92º87.8%67.84%-
HSV(B)317.92º58.78%96.08%-
XYZ52.9732.9859.45-
YUV155.57154.21191.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.71%
GREEN value IS 101 (39.84% from 255) = 18.43%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=44.71%
G=18.43%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510120200.590.180.04317.9287.867.84
HexF565CA03B12413e5844
Octal365145312073224476130104
Binary1111010111001011100101001110111001010010011111010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F565CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F565CA; }

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

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

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

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

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

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

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

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