#F75CCE

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

Shades of Neon Pink #F75CCE

Tints of Neon Pink #F75CCE

Color information

#F75CCE (or 0xF75CCE) is unknown color: approx Neon Pink. HEX triplet: F7, 5C and CE. RGB value is (247,92,206). Sum of RGB (Red+Green+Blue) = 247+92+206=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F75CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75CCE is #08A331. Grayscale: #979797. Windows color (decimal): -566066 or 13524215. OLE color: 13524215.

HSL color Cylindrical-coordinate representation of color #F75CCE: hue angle of 315.87º 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 #F75CCE is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB24792206-
CMYK00.630.170.03
HSL315.87º90.64%66.47%-
HSV(B)315.87º62.75%96.86%-
XYZ53.3331.8861.74-
YUV151.34158.85196.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.32%
GREEN value IS 92 (36.33% from 255) = 16.88%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=45.32%
G=16.88%
B=37.80%

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
Decimal2479220600.630.170.03315.8790.6466.47
HexF75CCE03F11313c5b42
Octal367134316077213474133102
Binary111101111011100110011100111111100011110011110010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75CCE; }

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

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

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

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

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

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

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

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