Html Css Color HEX #F558CB Neon Pink

📋 copy color: '#F558CB'

red 245 ◦ green 88 ◦ blue 203

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

Shades of Neon Pink #F558CB

Tints of Neon Pink #F558CB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.42%

 BLUE value IS 203 (79.69% from 255) = 37.87%

R = 45.71%
G = 16.42%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F558CB (or 0xF558CB) is known color: Neon Pink. HEX triplet: F5, 58 and CB. RGB value is (245,88,203). Sum of RGB (Red+Green+Blue) = 245+88+203=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F558CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F558CB is #0AA734. Grayscale: #939393. Windows color (decimal): -698165 or 13326581. OLE color: 13326581.

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

Color convert

RGB 245 88 203 -
CMYK 0 0.64 0.17 0.04
HSL 316.05º 0.89% 0.65% -
HSV(B) 316.05º 0.64% 0.96% -
XYZ 51.93 30.7 59.69 -
YUV 148.05 159.01 197.15 -
System Red Green Blue C M Y K H S L
Decimal 245 88 203 0 0.64 0.17 0.04 316.05 0.89 0.65
Hex F5 58 CB 0 40 11 4 13C 59 41
Octal 365 130 313 0 100 21 4 474 131 101
Binary 11110101 1011000 11001011 0 1000000 10001 100 100111100 1011001 1000001

Color Harmonies of #F558CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F558CB

Black with #F558CB

Text Example


Text Example

White with #F558CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F558CB; }

 p { color: rgb(245,88,203); }

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

background-color css

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

 a { background-color: rgb(245,88,203); }

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

border-color css

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

 span { border-color: rgb(245,88,203); }

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