#F570CF

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

Shades of Neon Pink #F570CF

Tints of Neon Pink #F570CF

Color information

#F570CF (or 0xF570CF) is unknown color: approx Neon Pink. HEX triplet: F5, 70 and CF. RGB value is (245,112,207). Sum of RGB (Red+Green+Blue) = 245+112+207=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F570CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F570CF is #0A8F30. Grayscale: #A2A2A2. Windows color (decimal): -692017 or 13594869. OLE color: 13594869.

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

Color convert

RGB245112207-
CMYK00.540.160.04
HSL317.14º86.93%70%-
HSV(B)317.14º54.29%96.08%-
XYZ54.7135.5163-
YUV162.6153.06186.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.44%
GREEN value IS 112 (44.14% from 255) = 19.86%
BLUE value IS 207 (81.25% from 255) = 36.70%
R=43.44%
G=19.86%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511220700.540.160.04317.1486.9370
HexF570CF03610413d5746
Octal365160317066204475127106
Binary1111010111100001100111101101101000010010011110110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F570CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F570CF; }

 p { color: rgb(245,112,207); }

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

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

 a { background-color: rgb(245,112,207); }

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

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

 span { border-color: rgb(245,112,207); }

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