Html Css Color HEX #F56BC0 Neon Pink

📋 copy color: '#F56BC0'

red 245 ◦ green 107 ◦ blue 192

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

Shades of Neon Pink #F56BC0

Tints of Neon Pink #F56BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.67%

 BLUE value IS 192 (75.39% from 255) = 35.29%

R = 45.04%
G = 19.67%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F56BC0 (or 0xF56BC0) is known color: Neon Pink. HEX triplet: F5, 6B and C0. RGB value is (245,107,192). Sum of RGB (Red+Green+Blue) = 245+107+192=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 107 (42.19% from 255 or 19.67% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56BC0 is #0A943F. Grayscale: #9D9D9D. Windows color (decimal): -693312 or 12610549. OLE color: 12610549.

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

Color convert

RGB 245 107 192 -
CMYK 0 0.56 0.22 0.04
HSL 323.04º 0.87% 0.69% -
HSV(B) 323.04º 0.56% 0.96% -
XYZ 52.43 33.73 53.62 -
YUV 157.95 147.22 190.09 -
System Red Green Blue C M Y K H S L
Decimal 245 107 192 0 0.56 0.22 0.04 323.04 0.87 0.69
Hex F5 6B C0 0 38 16 4 143 57 45
Octal 365 153 300 0 70 26 4 503 127 105
Binary 11110101 1101011 11000000 0 111000 10110 100 101000011 1010111 1000101

Color Harmonies of #F56BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56BC0

Black with #F56BC0

Text Example


Text Example

White with #F56BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56BC0; }

 p { color: rgb(245,107,192); }

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

background-color css

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

 a { background-color: rgb(245,107,192); }

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

border-color css

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

 span { border-color: rgb(245,107,192); }

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