Html Css Color HEX #F56BCC Neon Pink

📋 copy color: '#F56BCC'

red 245 ◦ green 107 ◦ blue 204

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

Shades of Neon Pink #F56BCC

Tints of Neon Pink #F56BCC

RGB

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

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

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

R = 44.06%
G = 19.24%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F56BCC (or 0xF56BCC) is known color: Neon Pink. HEX triplet: F5, 6B and CC. RGB value is (245,107,204). Sum of RGB (Red+Green+Blue) = 245+107+204=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 107 (42.19% from 255 or 19.24% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56BCC is #0A9433. Grayscale: #9F9F9F. Windows color (decimal): -693300 or 13396981. OLE color: 13396981.

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

Color convert

RGB 245 107 204 -
CMYK 0 0.56 0.17 0.04
HSL 317.83º 0.87% 0.69% -
HSV(B) 317.83º 0.56% 0.96% -
XYZ 53.81 34.29 60.91 -
YUV 159.32 153.22 189.11 -
System Red Green Blue C M Y K H S L
Decimal 245 107 204 0 0.56 0.17 0.04 317.83 0.87 0.69
Hex F5 6B CC 0 38 11 4 13E 57 45
Octal 365 153 314 0 70 21 4 476 127 105
Binary 11110101 1101011 11001100 0 111000 10001 100 100111110 1010111 1000101

Color Harmonies of #F56BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56BCC

Black with #F56BCC

Text Example


Text Example

White with #F56BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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