Html Css Color HEX #F56BCF Neon Pink

📋 copy color: '#F56BCF'

red 245 ◦ green 107 ◦ blue 207

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

Shades of Neon Pink #F56BCF

Tints of Neon Pink #F56BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.03%

R = 43.83%
G = 19.14%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F56BCF (or 0xF56BCF) is known color: Neon Pink. HEX triplet: F5, 6B and CF. RGB value is (245,107,207). Sum of RGB (Red+Green+Blue) = 245+107+207=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56BCF is #0A9430. Grayscale: #9F9F9F. Windows color (decimal): -693297 or 13593589. OLE color: 13593589.

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

Color convert

RGB 245 107 207 -
CMYK 0 0.56 0.16 0.04
HSL 316.52º 0.87% 0.69% -
HSV(B) 316.52º 0.56% 0.96% -
XYZ 54.18 34.43 62.82 -
YUV 159.66 154.72 188.87 -
System Red Green Blue C M Y K H S L
Decimal 245 107 207 0 0.56 0.16 0.04 316.52 0.87 0.69
Hex F5 6B CF 0 38 10 4 13D 57 45
Octal 365 153 317 0 70 20 4 475 127 105
Binary 11110101 1101011 11001111 0 111000 10000 100 100111101 1010111 1000101

Color Harmonies of #F56BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56BCF

Black with #F56BCF

Text Example


Text Example

White with #F56BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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