#F35DC5

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

Shades of Neon Pink #F35DC5

Tints of Neon Pink #F35DC5

Color information

#F35DC5 (or 0xF35DC5) is unknown color: approx Neon Pink. HEX triplet: F3, 5D and C5. RGB value is (243,93,197). Sum of RGB (Red+Green+Blue) = 243+93+197=533 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.59% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 243 - color contains mainly: red. Hex color #F35DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35DC5 is #0CA23A. Grayscale: #959595. Windows color (decimal): -827963 or 12934643. OLE color: 12934643.

HSL color Cylindrical-coordinate representation of color #F35DC5: hue angle of 318.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F35DC5 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB24393197-
CMYK00.620.190.05
HSL318.4º86.21%65.88%-
HSV(B)318.4º61.73%95.29%-
XYZ50.9530.9156.1-
YUV149.71154.7194.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.59%
GREEN value IS 93 (36.72% from 255) = 17.45%
BLUE value IS 197 (77.34% from 255) = 36.96%
R=45.59%
G=17.45%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439319700.620.190.05318.486.2165.88
HexF35DC503E13513e5642
Octal363135305076235476126102
Binary1111001110111011100010101111101001110110011111010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35DC5; }

 p { color: rgb(243,93,197); }

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

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

 a { background-color: rgb(243,93,197); }

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

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

 span { border-color: rgb(243,93,197); }

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