Html Css Color HEX #F558C3 Neon Pink

📋 copy color: '#F558C3'

red 245 ◦ green 88 ◦ blue 195

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

Shades of Neon Pink #F558C3

Tints of Neon Pink #F558C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.93%

R = 46.4%
G = 16.67%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F558C3 (or 0xF558C3) is known color: Neon Pink. HEX triplet: F5, 58 and C3. RGB value is (245,88,195). Sum of RGB (Red+Green+Blue) = 245+88+195=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 88 (34.77% from 255 or 16.67% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F558C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F558C3 is #0AA73C. Grayscale: #929292. Windows color (decimal): -698173 or 12802293. OLE color: 12802293.

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

Color convert

RGB 245 88 195 -
CMYK 0 0.64 0.20 0.04
HSL 319.11º 0.89% 0.65% -
HSV(B) 319.11º 0.64% 0.96% -
XYZ 51 30.33 54.8 -
YUV 147.14 155.01 197.8 -
System Red Green Blue C M Y K H S L
Decimal 245 88 195 0 0.64 0.20 0.04 319.11 0.89 0.65
Hex F5 58 C3 0 40 14 4 13F 59 41
Octal 365 130 303 0 100 24 4 477 131 101
Binary 11110101 1011000 11000011 0 1000000 10100 100 100111111 1011001 1000001

Color Harmonies of #F558C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F558C3

Black with #F558C3

Text Example


Text Example

White with #F558C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F558C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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