#F570CE

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

Shades of Neon Pink #F570CE

Tints of Neon Pink #F570CE

Color information

#F570CE (or 0xF570CE) is unknown color: approx Neon Pink. HEX triplet: F5, 70 and CE. RGB value is (245,112,206). Sum of RGB (Red+Green+Blue) = 245+112+206=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F570CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F570CE is #0A8F31. Grayscale: #A2A2A2. Windows color (decimal): -692018 or 13529333. OLE color: 13529333.

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

Color convert

RGB245112206-
CMYK00.540.160.04
HSL317.59º86.93%70%-
HSV(B)317.59º54.29%96.08%-
XYZ54.5935.4662.36-
YUV162.48152.56186.86-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.52%
GREEN value IS 112 (44.14% from 255) = 19.89%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=43.52%
G=19.89%
B=36.59%

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
Decimal24511220600.540.160.04317.5986.9370
HexF570CE03610413e5746
Octal365160316066204476127106
Binary1111010111100001100111001101101000010010011111010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F570CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F570CE; }

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

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

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

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

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

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

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

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