#F75CCD

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

Shades of Neon Pink #F75CCD

Tints of Neon Pink #F75CCD

Color information

#F75CCD (or 0xF75CCD) is unknown color: approx Neon Pink. HEX triplet: F7, 5C and CD. RGB value is (247,92,205). Sum of RGB (Red+Green+Blue) = 247+92+205=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F75CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75CCD is #08A332. Grayscale: #969696. Windows color (decimal): -566067 or 13458679. OLE color: 13458679.

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

Color convert

RGB24792205-
CMYK00.630.170.03
HSL316.26º90.64%66.47%-
HSV(B)316.26º62.75%96.86%-
XYZ53.231.8461.1-
YUV151.23158.35196.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.40%
GREEN value IS 92 (36.33% from 255) = 16.91%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=45.40%
G=16.91%
B=37.68%

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
Decimal2479220500.630.170.03316.2690.6466.47
HexF75CCD03F11313c5b42
Octal367134315077213474133102
Binary111101111011100110011010111111100011110011110010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F75CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F75CCD; }

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

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

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

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

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

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

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

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