#F565CC

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

Shades of Neon Pink #F565CC

Tints of Neon Pink #F565CC

Color information

#F565CC (or 0xF565CC) is unknown color: approx Neon Pink. HEX triplet: F5, 65 and CC. RGB value is (245,101,204). Sum of RGB (Red+Green+Blue) = 245+101+204=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F565CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565CC is #0A9A33. Grayscale: #9B9B9B. Windows color (decimal): -694836 or 13395445. OLE color: 13395445.

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

Color convert

RGB245101204-
CMYK00.590.170.04
HSL317.08º87.8%67.84%-
HSV(B)317.08º58.78%96.08%-
XYZ53.2133.0860.71-
YUV155.8155.21191.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.55%
GREEN value IS 101 (39.84% from 255) = 18.36%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=44.55%
G=18.36%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510120400.590.170.04317.0887.867.84
HexF565CC03B11413d5844
Octal365145314073214475130104
Binary1111010111001011100110001110111000110010011110110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F565CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F565CC; }

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

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

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

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

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

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

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

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