Html Css Color HEX #F55FC8 Neon Pink

📋 copy color: '#F55FC8'

red 245 ◦ green 95 ◦ blue 200

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

Shades of Neon Pink #F55FC8

Tints of Neon Pink #F55FC8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.59%

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

R = 45.37%
G = 17.59%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F55FC8 (or 0xF55FC8) is known color: Neon Pink. HEX triplet: F5, 5F and C8. RGB value is (245,95,200). Sum of RGB (Red+Green+Blue) = 245+95+200=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55FC8 is #0AA037. Grayscale: #979797. Windows color (decimal): -696376 or 13131765. OLE color: 13131765.

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

Color convert

RGB 245 95 200 -
CMYK 0 0.61 0.18 0.04
HSL 318º 0.88% 0.67% -
HSV(B) 318º 0.61% 0.96% -
XYZ 52.17 31.77 58.03 -
YUV 151.82 155.2 194.46 -
System Red Green Blue C M Y K H S L
Decimal 245 95 200 0 0.61 0.18 0.04 318 0.88 0.67
Hex F5 5F C8 0 3D 12 4 13E 58 43
Octal 365 137 310 0 75 22 4 476 130 103
Binary 11110101 1011111 11001000 0 111101 10010 100 100111110 1011000 1000011

Color Harmonies of #F55FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55FC8

Black with #F55FC8

Text Example


Text Example

White with #F55FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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