#F35DC6

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

Shades of Neon Pink #F35DC6

Tints of Neon Pink #F35DC6

Color information

#F35DC6 (or 0xF35DC6) is unknown color: approx Neon Pink. HEX triplet: F3, 5D and C6. RGB value is (243,93,198). Sum of RGB (Red+Green+Blue) = 243+93+198=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F35DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35DC6 is #0CA239. Grayscale: #959595. Windows color (decimal): -827962 or 13000179. OLE color: 13000179.

HSL color Cylindrical-coordinate representation of color #F35DC6: hue angle of 318º 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 #F35DC6 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB24393198-
CMYK00.620.190.05
HSL318º86.21%65.88%-
HSV(B)318º61.73%95.29%-
XYZ51.0730.9656.71-
YUV149.82155.2194.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.51%
GREEN value IS 93 (36.72% from 255) = 17.42%
BLUE value IS 198 (77.73% from 255) = 37.08%
R=45.51%
G=17.42%
B=37.08%

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
Decimal2439319800.620.190.0531886.2165.88
HexF35DC603E13513e5642
Octal363135306076235476126102
Binary1111001110111011100011001111101001110110011111010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35DC6; }

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

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

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

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

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

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

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

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