#F575CE

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

Shades of Neon Pink #F575CE

Tints of Neon Pink #F575CE

Color information

#F575CE (or 0xF575CE) is unknown color: approx Neon Pink. HEX triplet: F5, 75 and CE. RGB value is (245,117,206). Sum of RGB (Red+Green+Blue) = 245+117+206=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F575CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F575CE is #0A8A31. Grayscale: #A5A5A5. Windows color (decimal): -690738 or 13530613. OLE color: 13530613.

HSL color Cylindrical-coordinate representation of color #F575CE: hue angle of 318.28º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F575CE is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245117206-
CMYK00.520.160.04
HSL318.28º86.49%70.98%-
HSV(B)318.28º52.24%96.08%-
XYZ55.1636.5962.55-
YUV165.42150.91184.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.13%
GREEN value IS 117 (46.09% from 255) = 20.60%
BLUE value IS 206 (80.86% from 255) = 36.27%
R=43.13%
G=20.60%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511720600.520.160.04318.2886.4970.98
HexF575CE03410413e5647
Octal365165316064204476126107
Binary1111010111101011100111001101001000010010011111010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F575CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F575CE; }

 p { color: rgb(245,117,206); }

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

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

 a { background-color: rgb(245,117,206); }

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

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

 span { border-color: rgb(245,117,206); }

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