#FF5CC1

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

Shades of Neon Pink #FF5CC1

Tints of Neon Pink #FF5CC1

Color information

#FF5CC1 (or 0xFF5CC1) is unknown color: approx Neon Pink. HEX triplet: FF, 5C and C1. RGB value is (255,92,193). Sum of RGB (Red+Green+Blue) = 255+92+193=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 92 (36.33% from 255 or 17.04% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CC1 is #00A33E. Grayscale: #989898. Windows color (decimal): -41791 or 12672255. OLE color: 12672255.

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

Color convert

RGB25592193-
CMYK00.640.240
HSL322.82º100%68.04%-
HSV(B)322.82º63.92%100%-
XYZ54.6932.7653.89-
YUV152.25151201.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.22%
GREEN value IS 92 (36.33% from 255) = 17.04%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=47.22%
G=17.04%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559219300.640.240322.8210068.04
HexFF5CC10401801436444
Octal3771343010100300503144104
Binary111111111011100110000010100000011000010100001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5CC1; }

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

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

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

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

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

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

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

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