#FF5CC0

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

Shades of Neon Pink #FF5CC0

Tints of Neon Pink #FF5CC0

Color information

#FF5CC0 (or 0xFF5CC0) is unknown color: approx Neon Pink. HEX triplet: FF, 5C and C0. RGB value is (255,92,192). Sum of RGB (Red+Green+Blue) = 255+92+192=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5CC0 is #00A33F. Grayscale: #979797. Windows color (decimal): -41792 or 12606719. OLE color: 12606719.

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

Color convert

RGB25592192-
CMYK00.640.250
HSL323.19º100%68.04%-
HSV(B)323.19º63.92%100%-
XYZ54.5832.7253.31-
YUV152.14150.5201.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.31%
GREEN value IS 92 (36.33% from 255) = 17.07%
BLUE value IS 192 (75.39% from 255) = 35.62%
R=47.31%
G=17.07%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559219200.640.250323.1910068.04
HexFF5CC00401901436444
Octal3771343000100310503144104
Binary111111111011100110000000100000011001010100001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5CC0; }

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

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

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

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

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

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

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

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