#ff5fc3

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

Shades of Neon Pink #FF5FC3

Tints of Neon Pink #FF5FC3

Color information

#FF5FC3 (or 0xFF5FC3) is unknown color: approx Neon Pink. HEX triplet: FF, 5F and C3. RGB value is (255,95,195). Sum of RGB (Red+Green+Blue) = 255+95+195=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 95 (37.5% from 255 or 17.43% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FC3 is #00A03C. Grayscale: #9A9A9A. Windows color (decimal): -41021 or 12804095. OLE color: 12804095.

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

Color convert

RGB25595195-
CMYK00.630.240
HSL322.5º100%68.63%-
HSV(B)322.5º62.75%100%-
XYZ55.1833.3855.17-
YUV154.24151.01199.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.79%
GREEN value IS 95 (37.5% from 255) = 17.43%
BLUE value IS 195 (76.56% from 255) = 35.78%
R=46.79%
G=17.43%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559519500.630.240322.510068.63
HexFF5FC303F1801426445
Octal377137303077300502144105
Binary11111111101111111000011011111111000010100001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5fc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5fc3; }

 p { color: rgb(255,95,195); }

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

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

 a { background-color: rgb(255,95,195); }

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

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

 span { border-color: rgb(255,95,195); }

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