#F575CD

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

Shades of Neon Pink #F575CD

Tints of Neon Pink #F575CD

Color information

#F575CD (or 0xF575CD) is unknown color: approx Neon Pink. HEX triplet: F5, 75 and CD. RGB value is (245,117,205). Sum of RGB (Red+Green+Blue) = 245+117+205=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 117 (46.09% from 255 or 20.63% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F575CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F575CD is #0A8A32. Grayscale: #A5A5A5. Windows color (decimal): -690739 or 13465077. OLE color: 13465077.

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

Color convert

RGB245117205-
CMYK00.520.160.04
HSL318.75º86.49%70.98%-
HSV(B)318.75º52.24%96.08%-
XYZ55.0436.5461.91-
YUV165.3150.41184.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.21%
GREEN value IS 117 (46.09% from 255) = 20.63%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=43.21%
G=20.63%
B=36.16%

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
Decimal24511720500.520.160.04318.7586.4970.98
HexF575CD03410413f5647
Octal365165315064204477126107
Binary1111010111101011100110101101001000010010011111110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F575CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F575CD; }

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

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

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

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

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

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

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

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