Html Css Color HEX #F564BF Neon Pink

📋 copy color: '#F564BF'

red 245 ◦ green 100 ◦ blue 191

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

Shades of Neon Pink #F564BF

Tints of Neon Pink #F564BF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.66%

 BLUE value IS 191 (75% from 255) = 35.63%

R = 45.71%
G = 18.66%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F564BF (or 0xF564BF) is known color: Neon Pink. HEX triplet: F5, 64 and BF. RGB value is (245,100,191). Sum of RGB (Red+Green+Blue) = 245+100+191=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F564BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F564BF is #0A9B40. Grayscale: #999999. Windows color (decimal): -695105 or 12543221. OLE color: 12543221.

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

Color convert

RGB 245 100 191 -
CMYK 0 0.59 0.22 0.04
HSL 322.34º 0.88% 0.68% -
HSV(B) 322.34º 0.59% 0.96% -
XYZ 51.62 32.29 52.8 -
YUV 153.73 149.04 193.1 -
System Red Green Blue C M Y K H S L
Decimal 245 100 191 0 0.59 0.22 0.04 322.34 0.88 0.68
Hex F5 64 BF 0 3B 16 4 142 58 44
Octal 365 144 277 0 73 26 4 502 130 104
Binary 11110101 1100100 10111111 0 111011 10110 100 101000010 1011000 1000100

Color Harmonies of #F564BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F564BF

Black with #F564BF

Text Example


Text Example

White with #F564BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F564BF; }

 p { color: rgb(245,100,191); }

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

background-color css

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

 a { background-color: rgb(245,100,191); }

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

border-color css

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

 span { border-color: rgb(245,100,191); }

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