#F35ACA

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

Shades of Neon Pink #F35ACA

Tints of Neon Pink #F35ACA

Color information

#F35ACA (or 0xF35ACA) is unknown color: approx Neon Pink. HEX triplet: F3, 5A and CA. RGB value is (243,90,202). Sum of RGB (Red+Green+Blue) = 243+90+202=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 243 - color contains mainly: red. Hex color #F35ACA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35ACA is #0CA535. Grayscale: #949494. Windows color (decimal): -828726 or 13261555. OLE color: 13261555.

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

Color convert

RGB24390202-
CMYK00.630.170.05
HSL316.08º86.44%65.29%-
HSV(B)316.08º62.96%95.29%-
XYZ51.2830.6359.09-
YUV148.51158.19195.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.42%
GREEN value IS 90 (35.55% from 255) = 16.82%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=45.42%
G=16.82%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439020200.630.170.05316.0886.4465.29
HexF35ACA03F11513c5641
Octal363132312077215474126101
Binary1111001110110101100101001111111000110110011110010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35ACA; }

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

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

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

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

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

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

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

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