#F568CC

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

Shades of Neon Pink #F568CC

Tints of Neon Pink #F568CC

Color information

#F568CC (or 0xF568CC) is unknown color: approx Neon Pink. HEX triplet: F5, 68 and CC. RGB value is (245,104,204). Sum of RGB (Red+Green+Blue) = 245+104+204=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F568CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F568CC is #0A9733. Grayscale: #9D9D9D. Windows color (decimal): -694068 or 13396213. OLE color: 13396213.

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

Color convert

RGB245104204-
CMYK00.580.170.04
HSL317.45º87.58%68.43%-
HSV(B)317.45º57.55%96.08%-
XYZ53.5133.6760.81-
YUV157.56154.21190.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.30%
GREEN value IS 104 (41.02% from 255) = 18.81%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=44.30%
G=18.81%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510420400.580.170.04317.4587.5868.43
HexF568CC03A11413d5844
Octal365150314072214475130104
Binary1111010111010001100110001110101000110010011110110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F568CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F568CC; }

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

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

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

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

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

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

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

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