#FF75C4

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

Shades of Neon Pink #FF75C4

Tints of Neon Pink #FF75C4

Color information

#FF75C4 (or 0xFF75C4) is unknown color: approx Neon Pink. HEX triplet: FF, 75 and C4. RGB value is (255,117,196). Sum of RGB (Red+Green+Blue) = 255+117+196=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75C4 is #008A3B. Grayscale: #A7A7A7. Windows color (decimal): -35388 or 12875263. OLE color: 12875263.

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

Color convert

RGB255117196-
CMYK00.540.230
HSL325.65º100%72.94%-
HSV(B)325.65º54.12%100%-
XYZ57.5737.9756.52-
YUV167.27144.22190.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.89%
GREEN value IS 117 (46.09% from 255) = 20.60%
BLUE value IS 196 (76.95% from 255) = 34.51%
R=44.89%
G=20.60%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511719600.540.230325.6510072.94
HexFF75C40361701466449
Octal377165304066270506144111
Binary11111111111010111000100011011010111010100011011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF75C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF75C4; }

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

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

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

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

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

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

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

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