#FF5CC6

Color #FF5CC6 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FF5CC6

Tints of Neon Pink #FF5CC6

Color information

#FF5CC6 (or 0xFF5CC6) is unknown color: approx Neon Pink. HEX triplet: FF, 5C and C6. RGB value is (255,92,198). Sum of RGB (Red+Green+Blue) = 255+92+198=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CC6 is #00A339. Grayscale: #989898. Windows color (decimal): -41786 or 12999935. OLE color: 12999935.

HSL color Cylindrical-coordinate representation of color #FF5CC6: hue angle of 320.98º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5CC6 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB25592198-
CMYK00.640.220
HSL320.98º100%68.04%-
HSV(B)320.98º63.92%100%-
XYZ55.2632.9956.88-
YUV152.82153.5200.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.79%
GREEN value IS 92 (36.33% from 255) = 16.88%
BLUE value IS 198 (77.73% from 255) = 36.33%
R=46.79%
G=16.88%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559219800.640.220320.9810068.04
HexFF5CC60401601416444
Octal3771343060100260501144104
Binary111111111011100110001100100000010110010100000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5CC6; }

 p { color: rgb(255,92,198); }

 H1.HeaderClassName
 {
   color: #FF5CC6;
 }
 .AnyTagClassName
 {
   color: #FF5CC6;
 }
</style>
background-color css

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

 a { background-color: rgb(255,92,198); }

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

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

 span { border-color: rgb(255,92,198); }

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