Html Css Color HEX #F55CC8 Neon Pink

📋 copy color: '#F55CC8'

red 245 ◦ green 92 ◦ blue 200

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

Shades of Neon Pink #F55CC8

Tints of Neon Pink #F55CC8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.13%

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

R = 45.62%
G = 17.13%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F55CC8 (or 0xF55CC8) is known color: Neon Pink. HEX triplet: F5, 5C and C8. RGB value is (245,92,200). Sum of RGB (Red+Green+Blue) = 245+92+200=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 92 (36.33% from 255 or 17.13% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55CC8 is #0AA337. Grayscale: #959595. Windows color (decimal): -697144 or 13130997. OLE color: 13130997.

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

Color convert

RGB 245 92 200 -
CMYK 0 0.62 0.18 0.04
HSL 317.65º 0.88% 0.66% -
HSV(B) 317.65º 0.62% 0.96% -
XYZ 51.91 31.24 57.94 -
YUV 150.06 156.19 195.72 -
System Red Green Blue C M Y K H S L
Decimal 245 92 200 0 0.62 0.18 0.04 317.65 0.88 0.66
Hex F5 5C C8 0 3E 12 4 13E 58 42
Octal 365 134 310 0 76 22 4 476 130 102
Binary 11110101 1011100 11001000 0 111110 10010 100 100111110 1011000 1000010

Color Harmonies of #F55CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55CC8

Black with #F55CC8

Text Example


Text Example

White with #F55CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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