Html Css Color HEX #F56AC2 Neon Pink

📋 copy color: '#F56AC2'

red 245 ◦ green 106 ◦ blue 194

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

Shades of Neon Pink #F56AC2

Tints of Neon Pink #F56AC2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.45%

 BLUE value IS 194 (76.17% from 255) = 35.6%

R = 44.95%
G = 19.45%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F56AC2 (or 0xF56AC2) is known color: Neon Pink. HEX triplet: F5, 6A and C2. RGB value is (245,106,194). Sum of RGB (Red+Green+Blue) = 245+106+194=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F56AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56AC2 is #0A953D. Grayscale: #9D9D9D. Windows color (decimal): -693566 or 12741365. OLE color: 12741365.

HSL color Cylindrical-coordinate representation of color #F56AC2: hue angle of 322.01º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56AC2 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 106 194 -
CMYK 0 0.57 0.21 0.04
HSL 322.01º 0.87% 0.69% -
HSV(B) 322.01º 0.57% 0.96% -
XYZ 52.55 33.62 54.76 -
YUV 157.59 148.55 190.34 -
System Red Green Blue C M Y K H S L
Decimal 245 106 194 0 0.57 0.21 0.04 322.01 0.87 0.69
Hex F5 6A C2 0 39 15 4 142 57 45
Octal 365 152 302 0 71 25 4 502 127 105
Binary 11110101 1101010 11000010 0 111001 10101 100 101000010 1010111 1000101

Color Harmonies of #F56AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56AC2

Black with #F56AC2

Text Example


Text Example

White with #F56AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56AC2; }

 p { color: rgb(245,106,194); }

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

background-color css

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

 a { background-color: rgb(245,106,194); }

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

border-color css

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

 span { border-color: rgb(245,106,194); }

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