#F75CCC

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

Shades of Neon Pink #F75CCC

Tints of Neon Pink #F75CCC

Color information

#F75CCC (or 0xF75CCC) is unknown color: approx Neon Pink. HEX triplet: F7, 5C and CC. RGB value is (247,92,204). Sum of RGB (Red+Green+Blue) = 247+92+204=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F75CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75CCC is #08A333. Grayscale: #969696. Windows color (decimal): -566068 or 13393143. OLE color: 13393143.

HSL color Cylindrical-coordinate representation of color #F75CCC: hue angle of 316.65º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75CCC is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB24792204-
CMYK00.630.170.03
HSL316.65º90.64%66.47%-
HSV(B)316.65º62.75%96.86%-
XYZ53.0831.7960.46-
YUV151.11157.85196.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.49%
GREEN value IS 92 (36.33% from 255) = 16.94%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=45.49%
G=16.94%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479220400.630.170.03316.6590.6466.47
HexF75CCC03F11313d5b42
Octal367134314077213475133102
Binary111101111011100110011000111111100011110011110110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75CCC; }

 p { color: rgb(247,92,204); }

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

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

 a { background-color: rgb(247,92,204); }

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

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

 span { border-color: rgb(247,92,204); }

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