#FF75C6

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

Shades of Neon Pink #FF75C6

Tints of Neon Pink #FF75C6

Color information

#FF75C6 (or 0xFF75C6) is unknown color: approx Neon Pink. HEX triplet: FF, 75 and C6. RGB value is (255,117,198). Sum of RGB (Red+Green+Blue) = 255+117+198=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75C6 is #008A39. Grayscale: #A7A7A7. Windows color (decimal): -35386 or 13006335. OLE color: 13006335.

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

Color convert

RGB255117198-
CMYK00.540.220
HSL324.78º100%72.94%-
HSV(B)324.78º54.12%100%-
XYZ57.7938.0657.73-
YUV167.5145.22190.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 117 (46.09% from 255) = 20.53%
BLUE value IS 198 (77.73% from 255) = 34.74%
R=44.74%
G=20.53%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511719800.540.220324.7810072.94
HexFF75C60361601456449
Octal377165306066260505144111
Binary11111111111010111000110011011010110010100010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF75C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF75C6; }

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

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

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

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

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

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

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

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