Html Css Color HEX #F55CC5 Neon Pink

📋 copy color: '#F55CC5'

red 245 ◦ green 92 ◦ blue 197

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

Shades of Neon Pink #F55CC5

Tints of Neon Pink #F55CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.89%

R = 45.88%
G = 17.23%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F55CC5 (or 0xF55CC5) is known color: Neon Pink. HEX triplet: F5, 5C and C5. RGB value is (245,92,197). Sum of RGB (Red+Green+Blue) = 245+92+197=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 92 (36.33% from 255 or 17.23% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F55CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55CC5 is #0AA33A. Grayscale: #959595. Windows color (decimal): -697147 or 12934389. OLE color: 12934389.

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

Color convert

RGB 245 92 197 -
CMYK 0 0.62 0.20 0.04
HSL 318.82º 0.88% 0.66% -
HSV(B) 318.82º 0.62% 0.96% -
XYZ 51.56 31.1 56.11 -
YUV 149.72 154.69 195.96 -
System Red Green Blue C M Y K H S L
Decimal 245 92 197 0 0.62 0.20 0.04 318.82 0.88 0.66
Hex F5 5C C5 0 3E 14 4 13F 58 42
Octal 365 134 305 0 76 24 4 477 130 102
Binary 11110101 1011100 11000101 0 111110 10100 100 100111111 1011000 1000010

Color Harmonies of #F55CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55CC5

Black with #F55CC5

Text Example


Text Example

White with #F55CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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