Html Css Color HEX #F570BE Neon Pink

📋 copy color: '#F570BE'

red 245 ◦ green 112 ◦ blue 190

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

Shades of Neon Pink #F570BE

Tints of Neon Pink #F570BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 44.79%
G = 20.48%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F570BE (or 0xF570BE) is known color: Neon Pink. HEX triplet: F5, 70 and BE. RGB value is (245,112,190). Sum of RGB (Red+Green+Blue) = 245+112+190=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F570BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F570BE is #0A8F41. Grayscale: #A0A0A0. Windows color (decimal): -692034 or 12480757. OLE color: 12480757.

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

Color convert

RGB 245 112 190 -
CMYK 0 0.54 0.22 0.04
HSL 324.81º 0.87% 0.7% -
HSV(B) 324.81º 0.54% 0.96% -
XYZ 52.74 34.72 52.64 -
YUV 160.66 144.56 188.16 -
System Red Green Blue C M Y K H S L
Decimal 245 112 190 0 0.54 0.22 0.04 324.81 0.87 0.7
Hex F5 70 BE 0 36 16 4 145 57 46
Octal 365 160 276 0 66 26 4 505 127 106
Binary 11110101 1110000 10111110 0 110110 10110 100 101000101 1010111 1000110

Color Harmonies of #F570BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F570BE

Black with #F570BE

Text Example


Text Example

White with #F570BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F570BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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