Html Css Color HEX #F558C8 Neon Pink

📋 copy color: '#F558C8'

red 245 ◦ green 88 ◦ blue 200

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

Shades of Neon Pink #F558C8

Tints of Neon Pink #F558C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.52%

R = 45.97%
G = 16.51%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F558C8 (or 0xF558C8) is known color: Neon Pink. HEX triplet: F5, 58 and C8. RGB value is (245,88,200). Sum of RGB (Red+Green+Blue) = 245+88+200=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F558C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F558C8 is #0AA737. Grayscale: #939393. Windows color (decimal): -698168 or 13129973. OLE color: 13129973.

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

Color convert

RGB 245 88 200 -
CMYK 0 0.64 0.18 0.04
HSL 317.2º 0.89% 0.65% -
HSV(B) 317.2º 0.64% 0.96% -
XYZ 51.57 30.56 57.82 -
YUV 147.71 157.51 197.39 -
System Red Green Blue C M Y K H S L
Decimal 245 88 200 0 0.64 0.18 0.04 317.2 0.89 0.65
Hex F5 58 C8 0 40 12 4 13D 59 41
Octal 365 130 310 0 100 22 4 475 131 101
Binary 11110101 1011000 11001000 0 1000000 10010 100 100111101 1011001 1000001

Color Harmonies of #F558C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F558C8

Black with #F558C8

Text Example


Text Example

White with #F558C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F558C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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