Html Css Color HEX #F57ACC Neon Pink

📋 copy color: '#F57ACC'

red 245 ◦ green 122 ◦ blue 204

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

Shades of Neon Pink #F57ACC

Tints of Neon Pink #F57ACC

RGB

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

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

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

R = 42.91%
G = 21.37%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F57ACC (or 0xF57ACC) is known color: Neon Pink. HEX triplet: F5, 7A and CC. RGB value is (245,122,204). Sum of RGB (Red+Green+Blue) = 245+122+204=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 122 (48.05% from 255 or 21.37% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ACC is #0A8533. Grayscale: #A7A7A7. Windows color (decimal): -689460 or 13400821. OLE color: 13400821.

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

Color convert

RGB 245 122 204 -
CMYK 0 0.50 0.17 0.04
HSL 320º 0.86% 0.72% -
HSV(B) 320º 0.5% 0.96% -
XYZ 55.51 37.69 61.48 -
YUV 168.13 148.25 182.83 -
System Red Green Blue C M Y K H S L
Decimal 245 122 204 0 0.50 0.17 0.04 320 0.86 0.72
Hex F5 7A CC 0 32 11 4 140 56 48
Octal 365 172 314 0 62 21 4 500 126 110
Binary 11110101 1111010 11001100 0 110010 10001 100 101000000 1010110 1001000

Color Harmonies of #F57ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57ACC

Black with #F57ACC

Text Example


Text Example

White with #F57ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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