Html Css Color HEX #F557BF Neon Pink

📋 copy color: '#F557BF'

red 245 ◦ green 87 ◦ blue 191

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

Shades of Neon Pink #F557BF

Tints of Neon Pink #F557BF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.63%

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

R = 46.85%
G = 16.63%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F557BF (or 0xF557BF) is known color: Neon Pink. HEX triplet: F5, 57 and BF. RGB value is (245,87,191). Sum of RGB (Red+Green+Blue) = 245+87+191=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F557BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F557BF is #0AA840. Grayscale: #919191. Windows color (decimal): -698433 or 12539893. OLE color: 12539893.

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

Color convert

RGB 245 87 191 -
CMYK 0 0.64 0.22 0.04
HSL 320.51º 0.89% 0.65% -
HSV(B) 320.51º 0.64% 0.96% -
XYZ 50.47 29.99 52.42 -
YUV 146.1 153.35 198.54 -
System Red Green Blue C M Y K H S L
Decimal 245 87 191 0 0.64 0.22 0.04 320.51 0.89 0.65
Hex F5 57 BF 0 40 16 4 141 59 41
Octal 365 127 277 0 100 26 4 501 131 101
Binary 11110101 1010111 10111111 0 1000000 10110 100 101000001 1011001 1000001

Color Harmonies of #F557BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F557BF

Black with #F557BF

Text Example


Text Example

White with #F557BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F557BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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