Html Css Color HEX #F57ACE Neon Pink

📋 copy color: '#F57ACE'

red 245 ◦ green 122 ◦ blue 206

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

Shades of Neon Pink #F57ACE

Tints of Neon Pink #F57ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.29%

 BLUE value IS 206 (80.86% from 255) = 35.95%

R = 42.76%
G = 21.29%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F57ACE (or 0xF57ACE) is known color: Neon Pink. HEX triplet: F5, 7A and CE. RGB value is (245,122,206). Sum of RGB (Red+Green+Blue) = 245+122+206=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 122 (48.05% from 255 or 21.29% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ACE is #0A8531. Grayscale: #A8A8A8. Windows color (decimal): -689458 or 13531893. OLE color: 13531893.

HSL color Cylindrical-coordinate representation of color #F57ACE: hue angle of 319.02º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57ACE is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 122 206 -
CMYK 0 0.50 0.16 0.04
HSL 319.02º 0.86% 0.72% -
HSV(B) 319.02º 0.5% 0.96% -
XYZ 55.76 37.79 62.75 -
YUV 168.35 149.25 182.67 -
System Red Green Blue C M Y K H S L
Decimal 245 122 206 0 0.50 0.16 0.04 319.02 0.86 0.72
Hex F5 7A CE 0 32 10 4 13F 56 48
Octal 365 172 316 0 62 20 4 477 126 110
Binary 11110101 1111010 11001110 0 110010 10000 100 100111111 1010110 1001000

Color Harmonies of #F57ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57ACE

Black with #F57ACE

Text Example


Text Example

White with #F57ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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