Html Css Color HEX #F56CC0 Neon Pink

📋 copy color: '#F56CC0'

red 245 ◦ green 108 ◦ blue 192

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

Shades of Neon Pink #F56CC0

Tints of Neon Pink #F56CC0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.82%

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

R = 44.95%
G = 19.82%
B = 35.23%

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

#F56CC0 (or 0xF56CC0) is known color: Neon Pink. HEX triplet: F5, 6C and C0. RGB value is (245,108,192). Sum of RGB (Red+Green+Blue) = 245+108+192=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F56CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56CC0 is #0A933F. Grayscale: #9E9E9E. Windows color (decimal): -693056 or 12610805. OLE color: 12610805.

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

Color convert

RGB 245 108 192 -
CMYK 0 0.56 0.22 0.04
HSL 323.21º 0.87% 0.69% -
HSV(B) 323.21º 0.56% 0.96% -
XYZ 52.53 33.94 53.65 -
YUV 158.54 146.89 189.67 -
System Red Green Blue C M Y K H S L
Decimal 245 108 192 0 0.56 0.22 0.04 323.21 0.87 0.69
Hex F5 6C C0 0 38 16 4 143 57 45
Octal 365 154 300 0 70 26 4 503 127 105
Binary 11110101 1101100 11000000 0 111000 10110 100 101000011 1010111 1000101

Color Harmonies of #F56CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56CC0

Black with #F56CC0

Text Example


Text Example

White with #F56CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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