Html Css Color HEX #F570CC Neon Pink

📋 copy color: '#F570CC'

red 245 ◦ green 112 ◦ blue 204

#F570CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #F570CC

Tints of Neon Pink #F570CC

RGB

 RED value IS 245 (96.09% from 255) = 43.67%

 GREEN value IS 112 (44.14% from 255) = 19.96%

 BLUE value IS 204 (80.08% from 255) = 36.36%

R = 43.67%
G = 19.96%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F570CC (or 0xF570CC) is known color: Neon Pink. HEX triplet: F5, 70 and CC. RGB value is (245,112,204). Sum of RGB (Red+Green+Blue) = 245+112+204=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F570CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F570CC is #0A8F33. Grayscale: #A2A2A2. Windows color (decimal): -692020 or 13398261. OLE color: 13398261.

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

Color convert

RGB 245 112 204 -
CMYK 0 0.54 0.17 0.04
HSL 318.5º 0.87% 0.7% -
HSV(B) 318.5º 0.54% 0.96% -
XYZ 54.35 35.36 61.09 -
YUV 162.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 245 112 204 0 0.54 0.17 0.04 318.5 0.87 0.7
Hex F5 70 CC 0 36 11 4 13E 57 46
Octal 365 160 314 0 66 21 4 476 127 106
Binary 11110101 1110000 11001100 0 110110 10001 100 100111110 1010111 1000110

Color Harmonies of #F570CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F570CC

Black with #F570CC

Text Example


Text Example

White with #F570CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F570CC; }

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

 H1.HeaderClassName
 {
   color: #F570CC;
 }
 .AnyTagClassName
 {
   color: #F570CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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