#F35AC7

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

Shades of Neon Pink #F35AC7

Tints of Neon Pink #F35AC7

Color information

#F35AC7 (or 0xF35AC7) is unknown color: approx Neon Pink. HEX triplet: F3, 5A and C7. RGB value is (243,90,199). Sum of RGB (Red+Green+Blue) = 243+90+199=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 90 (35.55% from 255 or 16.92% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 243 - color contains mainly: red. Hex color #F35AC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35AC7 is #0CA538. Grayscale: #939393. Windows color (decimal): -828729 or 13064947. OLE color: 13064947.

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

Color convert

RGB24390199-
CMYK00.630.180.05
HSL317.25º86.44%65.29%-
HSV(B)317.25º62.96%95.29%-
XYZ50.9330.4957.23-
YUV148.17156.69195.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.68%
GREEN value IS 90 (35.55% from 255) = 16.92%
BLUE value IS 199 (78.12% from 255) = 37.41%
R=45.68%
G=16.92%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439019900.630.180.05317.2586.4465.29
HexF35AC703F12513d5641
Octal363132307077225475126101
Binary1111001110110101100011101111111001010110011110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35AC7; }

 p { color: rgb(243,90,199); }

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

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

 a { background-color: rgb(243,90,199); }

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

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

 span { border-color: rgb(243,90,199); }

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