#F35AC8

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

Shades of Neon Pink #F35AC8

Tints of Neon Pink #F35AC8

Color information

#F35AC8 (or 0xF35AC8) is unknown color: approx Neon Pink. HEX triplet: F3, 5A and C8. RGB value is (243,90,200). Sum of RGB (Red+Green+Blue) = 243+90+200=533 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.59% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 243 - color contains mainly: red. Hex color #F35AC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35AC8 is #0CA537. Grayscale: #949494. Windows color (decimal): -828728 or 13130483. OLE color: 13130483.

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

Color convert

RGB24390200-
CMYK00.630.180.05
HSL316.86º86.44%65.29%-
HSV(B)316.86º62.96%95.29%-
XYZ51.0430.5457.85-
YUV148.29157.19195.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.59%
GREEN value IS 90 (35.55% from 255) = 16.89%
BLUE value IS 200 (78.52% from 255) = 37.52%
R=45.59%
G=16.89%
B=37.52%

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
Decimal2439020000.630.180.05316.8686.4465.29
HexF35AC803F12513d5641
Octal363132310077225475126101
Binary1111001110110101100100001111111001010110011110110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35AC8; }

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

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

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

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

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

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

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

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